- 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
19 lines
817 B
Rust
19 lines
817 B
Rust
#[doc = "Register `SYND_CHECK_32_DATA` reader"]
|
|
pub type R = crate::R<SyndCheck32DataSpec>;
|
|
impl core::fmt::Debug for R {
|
|
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
|
|
write!(f, "{}", self.bits())
|
|
}
|
|
}
|
|
#[doc = "Synd 32 bit Corrected Data\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`synd_check_32_data::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
|
|
pub struct SyndCheck32DataSpec;
|
|
impl crate::RegisterSpec for SyndCheck32DataSpec {
|
|
type Ux = u32;
|
|
}
|
|
#[doc = "`read()` method returns [`synd_check_32_data::R`](R) reader structure"]
|
|
impl crate::Readable for SyndCheck32DataSpec {}
|
|
#[doc = "`reset()` method sets SYND_CHECK_32_DATA to value 0"]
|
|
impl crate::Resettable for SyndCheck32DataSpec {
|
|
const RESET_VALUE: u32 = 0;
|
|
}
|