pub struct R(_);Expand description
Register IER reader
Implementations
sourceimpl R
 
impl R
sourcepub fn itamp1ie(&self) -> ITAMP1IE_R
 
pub fn itamp1ie(&self) -> ITAMP1IE_R
Bit 16 - ITAMP1IE
sourcepub fn itamp3ie(&self) -> ITAMP3IE_R
 
pub fn itamp3ie(&self) -> ITAMP3IE_R
Bit 18 - ITAMP3IE
sourcepub fn itamp4ie(&self) -> ITAMP4IE_R
 
pub fn itamp4ie(&self) -> ITAMP4IE_R
Bit 19 - ITAMP4IE
sourcepub fn itamp5ie(&self) -> ITAMP5IE_R
 
pub fn itamp5ie(&self) -> ITAMP5IE_R
Bit 20 - ITAMP5IE
sourcepub fn itamp6ie(&self) -> ITAMP6IE_R
 
pub fn itamp6ie(&self) -> ITAMP6IE_R
Bit 21 - ITAMP6IE
Methods from Deref<Target = R<IER_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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