va108xx-rs/va108xx/src/utility/synd_check_64_data0.rs

19 lines
828 B
Rust
Raw Normal View History

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