Struct d1_pac::dmac::dmac_auto_gate::W
source · pub struct W(/* private fields */);
Expand description
Register dmac_auto_gate
writer
Implementations§
source§impl W
impl W
sourcepub fn dma_chan_circuit(&mut self) -> DMA_CHAN_CIRCUIT_W<'_, 0>
pub fn dma_chan_circuit(&mut self) -> DMA_CHAN_CIRCUIT_W<'_, 0>
Bit 0 - Auto gating bit of DMA channel circuit
sourcepub fn dma_common_circuit(&mut self) -> DMA_COMMON_CIRCUIT_W<'_, 1>
pub fn dma_common_circuit(&mut self) -> DMA_COMMON_CIRCUIT_W<'_, 1>
Bit 1 - Auto gating bit of DMA common circuit
sourcepub fn dma_mclk_circuit(&mut self) -> DMA_MCLK_CIRCUIT_W<'_, 2>
pub fn dma_mclk_circuit(&mut self) -> DMA_MCLK_CIRCUIT_W<'_, 2>
Bit 2 - Auto gating bit of DMA MCLK interfact circuit
Methods from Deref<Target = W<DMAC_AUTO_GATE_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