Struct stm32wlxx_hal::pac::exti::c2imr2::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register C2IMR2
writer
Implementations§
§impl W
impl W
pub fn im34(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 2>
pub fn im34(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 2>
Bit 2 - wakeup with interrupt mask on event input
pub fn im36(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 4>
pub fn im36(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 4>
Bit 4 - wakeup with interrupt mask on event input
pub fn im37(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 5>
pub fn im37(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 5>
Bit 5 - wakeup with interrupt mask on event input
pub fn im38(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 6>
pub fn im38(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 6>
Bit 6 - wakeup with interrupt mask on event input
pub fn im39(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 7>
pub fn im39(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 7>
Bit 7 - wakeup with interrupt mask on event input
pub fn im40(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 8>
pub fn im40(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 8>
Bit 8 - wakeup with interrupt mask on event input
pub fn im41(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 9>
pub fn im41(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 9>
Bit 9 - wakeup with interrupt mask on event input
pub fn im42(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 10>
pub fn im42(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 10>
Bit 10 - wakeup with interrupt mask on event input
pub fn im43(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 11>
pub fn im43(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 11>
Bit 11 - wakeup with interrupt mask on event input
pub fn im44(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 12>
pub fn im44(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 12>
Bit 12 - wakeup with interrupt mask on event input
pub fn im45(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 13>
pub fn im45(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 13>
Bit 13 - wakeup with interrupt mask on event input
pub fn im46(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 14>
pub fn im46(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, IM34_A, BitM, 14>
Bit 14 - wakeup with interrupt mask on event input
Methods from Deref<Target = W<C2IMR2_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§
§impl From<W<C2IMR2_SPEC>> for W
impl From<W<C2IMR2_SPEC>> for W
§fn from(writer: W<C2IMR2_SPEC>) -> W
fn from(writer: W<C2IMR2_SPEC>) -> W
Converts to this type from the input type.
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