pub struct W(/* private fields */);Expand description
Register IER writer
Implementations§
Source§impl W
impl W
Sourcepub fn downie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 6>
pub fn downie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 6>
Bit 6 - Direction change to down Interrupt Enable
Sourcepub fn upie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 5>
pub fn upie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 5>
Bit 5 - Direction change to UP Interrupt Enable
Sourcepub fn arrokie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 4>
pub fn arrokie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 4>
Bit 4 - Autoreload register update OK Interrupt Enable
Sourcepub fn cmpokie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 3>
pub fn cmpokie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 3>
Bit 3 - Compare register update OK Interrupt Enable
Sourcepub fn exttrigie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 2>
pub fn exttrigie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 2>
Bit 2 - External trigger valid edge Interrupt Enable
Sourcepub fn arrmie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 1>
pub fn arrmie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, bool, BitM, 1>
Bit 1 - Autoreload match Interrupt Enable
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