Struct stm32wlxx_hal::pac::lptim3::ier::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register IER
writer
Implementations§
§impl W
impl W
pub fn repokie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, REPOKIE_A, BitM, 8>
pub fn repokie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, REPOKIE_A, BitM, 8>
Bit 8 - Repetition register update OK interrupt Enable
pub fn ueie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, UEIE_A, BitM, 7>
pub fn ueie(&mut self) -> BitWriterRaw<'_, u32, IER_SPEC, UEIE_A, BitM, 7>
Bit 7 - Update event interrupt enable
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§
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