pub struct R(_);Expand description
Register INTFLAGAHB reader
Implementations
sourceimpl R
 
impl R
sourcepub fn flash_alt_(&self) -> FLASH_ALT__R
 
pub fn flash_alt_(&self) -> FLASH_ALT__R
Bit 1 - FLASH_ALT
sourcepub fn seeprom_(&self) -> SEEPROM__R
 
pub fn seeprom_(&self) -> SEEPROM__R
Bit 2 - SEEPROM
sourcepub fn ramcm4s_(&self) -> RAMCM4S__R
 
pub fn ramcm4s_(&self) -> RAMCM4S__R
Bit 3 - RAMCM4S
sourcepub fn rampppdsu_(&self) -> RAMPPPDSU__R
 
pub fn rampppdsu_(&self) -> RAMPPPDSU__R
Bit 4 - RAMPPPDSU
sourcepub fn ramdmawr_(&self) -> RAMDMAWR__R
 
pub fn ramdmawr_(&self) -> RAMDMAWR__R
Bit 5 - RAMDMAWR
sourcepub fn ramdmacicm_(&self) -> RAMDMACICM__R
 
pub fn ramdmacicm_(&self) -> RAMDMACICM__R
Bit 6 - RAMDMACICM
sourcepub fn bkupram_(&self) -> BKUPRAM__R
 
pub fn bkupram_(&self) -> BKUPRAM__R
Bit 15 - BKUPRAM
Methods from Deref<Target = R<INTFLAGAHB_SPEC>>
Trait Implementations
sourceimpl From<R<INTFLAGAHB_SPEC>> for R
 
impl From<R<INTFLAGAHB_SPEC>> for R
sourcefn from(reader: R<INTFLAGAHB_SPEC>) -> Self
 
fn from(reader: R<INTFLAGAHB_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more