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