Struct stm32wlxx_hal::pac::syscfg::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 dma1ch1im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 0>
pub fn dma1ch1im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 0>
Bit 0 - DMA1CH1IM
pub fn dma1ch2im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 1>
pub fn dma1ch2im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 1>
Bit 1 - DMA1CH2IM
pub fn dma1ch3im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 2>
pub fn dma1ch3im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 2>
Bit 2 - DMA1CH3IM
pub fn dma1ch4im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 3>
pub fn dma1ch4im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 3>
Bit 3 - DMA1CH4IM
pub fn dma1ch5im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 4>
pub fn dma1ch5im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 4>
Bit 4 - DMA1CH5IM
pub fn dma1ch6im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 5>
pub fn dma1ch6im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 5>
Bit 5 - DMA1CH6IM
pub fn dma1ch7im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 6>
pub fn dma1ch7im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 6>
Bit 6 - DMA1CH7IM
pub fn dma2ch1im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 8>
pub fn dma2ch1im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 8>
Bit 8 - DMA2CH1IM
pub fn dma2ch2im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 9>
pub fn dma2ch2im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 9>
Bit 9 - DMA2CH2IM
pub fn dma2ch3im(
&mut self
) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 10>
pub fn dma2ch3im( &mut self ) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 10>
Bit 10 - DMA2CH3IM
pub fn dma2ch4im(
&mut self
) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 11>
pub fn dma2ch4im( &mut self ) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 11>
Bit 11 - DMA2CH4IM
pub fn dma2ch5im(
&mut self
) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 12>
pub fn dma2ch5im( &mut self ) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 12>
Bit 12 - DMA2CH5IM
pub fn dma2ch6im(
&mut self
) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 13>
pub fn dma2ch6im( &mut self ) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 13>
Bit 13 - DMA2CH6IM
pub fn dma2ch7im(
&mut self
) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 14>
pub fn dma2ch7im( &mut self ) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 14>
Bit 14 - DMA2CH7IM
pub fn dmamux1im(
&mut self
) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 15>
pub fn dmamux1im( &mut self ) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 15>
Bit 15 - DMAMUX1IM
pub fn pvm3im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 18>
pub fn pvm3im(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 18>
Bit 18 - PVM3IM
pub fn pvdim(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 20>
pub fn pvdim(&mut self) -> BitWriterRaw<'_, u32, C2IMR2_SPEC, bool, BitM, 20>
Bit 20 - PVDIM
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