pub struct DMA2 { /* private fields */ }Expand description
DMA controller
Implementations§
Trait Implementations§
source§impl Enable for DMA2
 
impl Enable for DMA2
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
source§impl Instance for DMA2
 
impl Instance for DMA2
source§fn ptr() -> *const RegisterBlock
 
fn ptr() -> *const RegisterBlock
Gives a pointer to the RegisterBlock.
source§impl LPEnable for DMA2
 
impl LPEnable for DMA2
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
impl Send for DMA2
Auto Trait Implementations§
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