pub struct W(/* private fields */);Expand description
Register CFGR3 writer
Implementations§
Source§impl W
impl W
Sourcepub fn dma1_map(&mut self) -> DMA1_MAP_W<'_, 0>
pub fn dma1_map(&mut self) -> DMA1_MAP_W<'_, 0>
Bits 0:4 - DMA channel1 requeset selection
Sourcepub fn dma2_map(&mut self) -> DMA2_MAP_W<'_, 8>
pub fn dma2_map(&mut self) -> DMA2_MAP_W<'_, 8>
Bits 8:12 - DMA channel2 requeset selection
Sourcepub fn dma3_map(&mut self) -> DMA3_MAP_W<'_, 16>
pub fn dma3_map(&mut self) -> DMA3_MAP_W<'_, 16>
Bits 16:20 - DMA channel3 requeset selection
Methods from Deref<Target = W<CFGR3_SPEC>>§
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