pub type R = crate::R<SIDRrs>;
pub type SIDR_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn sidr(&self) -> SIDR_R {
SIDR_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("SIDR").field("sidr", &self.sidr()).finish()
}
}
pub struct SIDRrs;
impl crate::RegisterSpec for SIDRrs {
type Ux = u32;
}
impl crate::Readable for SIDRrs {}
impl crate::Resettable for SIDRrs {
const RESET_VALUE: u32 = 0xa3c5_dd01;
}