pub struct R(/* private fields */);
Expand description
Register IER
reader
Implementations§
Source§impl 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>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more