Struct flipperzero_sys::DMA_TypeDef
source · #[repr(C)]pub struct DMA_TypeDef {
pub ISR: u32,
pub IFCR: u32,
}Expand description
Re-export bindings
Fields§
§ISR: u32< DMA interrupt status register, Address offset: 0x00
IFCR: u32< DMA interrupt flag clear register, Address offset: 0x04
Trait Implementations§
source§impl Clone for DMA_TypeDef
impl Clone for DMA_TypeDef
source§fn clone(&self) -> DMA_TypeDef
fn clone(&self) -> DMA_TypeDef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more