#[repr(C)]pub struct DMA_TypeDef {
pub ISR: u32,
pub IFCR: u32,
}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 duplicate 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 moreSource§impl Debug for DMA_TypeDef
impl Debug for DMA_TypeDef
impl Copy for DMA_TypeDef
Auto Trait Implementations§
impl Freeze for DMA_TypeDef
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§
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