pub struct W(/* private fields */);
Expand description
Register IER
writer
Implementations§
Source§impl W
impl W
Sourcepub fn itamp1ie(&mut self) -> ITAMP1IE_W<'_>
pub fn itamp1ie(&mut self) -> ITAMP1IE_W<'_>
Bit 16 - ITAMP1IE
Sourcepub fn itamp3ie(&mut self) -> ITAMP3IE_W<'_>
pub fn itamp3ie(&mut self) -> ITAMP3IE_W<'_>
Bit 18 - ITAMP3IE
Sourcepub fn itamp4ie(&mut self) -> ITAMP4IE_W<'_>
pub fn itamp4ie(&mut self) -> ITAMP4IE_W<'_>
Bit 19 - ITAMP4IE
Sourcepub fn itamp5ie(&mut self) -> ITAMP5IE_W<'_>
pub fn itamp5ie(&mut self) -> ITAMP5IE_W<'_>
Bit 20 - ITAMP5IE
Sourcepub fn itamp6ie(&mut self) -> ITAMP6IE_W<'_>
pub fn itamp6ie(&mut self) -> ITAMP6IE_W<'_>
Bit 21 - ITAMP6IE
Methods from Deref<Target = W<IER_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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