pub struct DMA { /* private fields */ }Expand description
Direct Memory Access peripheral
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn cfg_machine_st_delay(&self) -> &Reg<CFG_MACHINE_ST_DELAY_SPEC>
pub fn cfg_machine_st_delay(&self) -> &Reg<CFG_MACHINE_ST_DELAY_SPEC>
0x00 - This is the delay value used in the config state machine. It is used for both deep sleep wakeup delay and between retries.
Sourcepub fn dma_ctrl(&self) -> &Reg<DMA_CTRL_SPEC>
pub fn dma_ctrl(&self) -> &Reg<DMA_CTRL_SPEC>
0x00 - DMA Control : this register is only accessable when the dma or cfg_sm is not selecting the dmas_mux.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMA
impl RefUnwindSafe for DMA
impl !Sync for DMA
impl Unpin for DMA
impl UnwindSafe for DMA
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