Struct d1_pac::dmac::dmac_auto_gate::R
source · pub struct R(/* private fields */);
Expand description
Register dmac_auto_gate
reader
Implementations§
source§impl R
impl R
sourcepub fn dma_chan_circuit(&self) -> DMA_CHAN_CIRCUIT_R
pub fn dma_chan_circuit(&self) -> DMA_CHAN_CIRCUIT_R
Bit 0 - Auto gating bit of DMA channel circuit
sourcepub fn dma_common_circuit(&self) -> DMA_COMMON_CIRCUIT_R
pub fn dma_common_circuit(&self) -> DMA_COMMON_CIRCUIT_R
Bit 1 - Auto gating bit of DMA common circuit
sourcepub fn dma_mclk_circuit(&self) -> DMA_MCLK_CIRCUIT_R
pub fn dma_mclk_circuit(&self) -> DMA_MCLK_CIRCUIT_R
Bit 2 - Auto gating bit of DMA MCLK interfact circuit
Methods from Deref<Target = R<DMAC_AUTO_GATE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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