pub type R = crate::R<BOOTSRrs>;
pub type INITVTOR_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn initvtor(&self) -> INITVTOR_R {
INITVTOR_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("BOOTSR").field("initvtor", &self.initvtor()).finish()
}
}
pub struct BOOTSRrs;
impl crate::RegisterSpec for BOOTSRrs {
type Ux = u32;
}
impl crate::Readable for BOOTSRrs {}
impl crate::Resettable for BOOTSRrs {}