New VA108xx Rust workspace structure + dependency updates
- The workspace is now a monorepo without submodules. The HAL, PAC and BSP are integrated directly - Update all dependencies: embedded-hal v1 and RTIC v2
This commit is contained in:
18
va108xx/src/utility/synd_check_32_52_data.rs
Normal file
18
va108xx/src/utility/synd_check_32_52_data.rs
Normal file
@ -0,0 +1,18 @@
|
||||
#[doc = "Register `SYND_CHECK_32_52_DATA` reader"]
|
||||
pub type R = crate::R<SyndCheck32_52DataSpec>;
|
||||
impl core::fmt::Debug for R {
|
||||
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
|
||||
write!(f, "{}", self.bits())
|
||||
}
|
||||
}
|
||||
#[doc = "Synd 32/52 bit Corrected Data\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`synd_check_32_52_data::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
|
||||
pub struct SyndCheck32_52DataSpec;
|
||||
impl crate::RegisterSpec for SyndCheck32_52DataSpec {
|
||||
type Ux = u32;
|
||||
}
|
||||
#[doc = "`read()` method returns [`synd_check_32_52_data::R`](R) reader structure"]
|
||||
impl crate::Readable for SyndCheck32_52DataSpec {}
|
||||
#[doc = "`reset()` method sets SYND_CHECK_32_52_DATA to value 0"]
|
||||
impl crate::Resettable for SyndCheck32_52DataSpec {
|
||||
const RESET_VALUE: u32 = 0;
|
||||
}
|
Reference in New Issue
Block a user