pub struct DMA1 { /* private fields */ }
Expand description
DMA controller
Implementations§
Trait Implementations§
source§impl Enable for DMA1
impl Enable for DMA1
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
source§impl Instance for DMA1
impl Instance for DMA1
source§fn ptr() -> *const RegisterBlock
fn ptr() -> *const RegisterBlock
Gives a pointer to the RegisterBlock.