Struct flipperzero_sys::DMA_TypeDef
source · [−]Fields
ISR: u32< DMA interrupt status register, Address offset: 0x00
IFCR: u32< DMA interrupt flag clear register, Address offset: 0x04
Trait Implementations
sourceimpl Clone for DMA_TypeDef
impl Clone for DMA_TypeDef
sourcefn clone(&self) -> DMA_TypeDef
fn clone(&self) -> DMA_TypeDef
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DMA_TypeDef
impl Debug for DMA_TypeDef
impl Copy for DMA_TypeDef
Auto Trait Implementations
impl RefUnwindSafe for DMA_TypeDef
impl Send for DMA_TypeDef
impl Sync for DMA_TypeDef
impl Unpin for DMA_TypeDef
impl UnwindSafe for DMA_TypeDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more