update PAC using svd2rust v0.37

This commit is contained in:
Robin Mueller
2025-09-02 21:08:51 +02:00
parent 7b144b9022
commit e5b2ee0bc8
126 changed files with 603 additions and 2461 deletions

View File

@@ -14,6 +14,4 @@ impl crate::RegisterSpec for StateSpec {
#[doc = "`read()` method returns [`state::R`](R) reader structure"]
impl crate::Readable for StateSpec {}
#[doc = "`reset()` method sets STATE to value 0"]
impl crate::Resettable for StateSpec {
const RESET_VALUE: u32 = 0;
}
impl crate::Resettable for StateSpec {}