#[repr(C)]pub struct DMA_Channel_TypeDef {
pub CCR: u32,
pub CNDTR: u32,
pub CPAR: u32,
pub CMAR: u32,
}Fields§
§CCR: u32< DMA channel x configuration register
CNDTR: u32< DMA channel x number of data register
CPAR: u32< DMA channel x peripheral address register
CMAR: u32< DMA channel x memory address register
Trait Implementations§
Source§impl Clone for DMA_Channel_TypeDef
impl Clone for DMA_Channel_TypeDef
Source§fn clone(&self) -> DMA_Channel_TypeDef
fn clone(&self) -> DMA_Channel_TypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DMA_Channel_TypeDef
Auto Trait Implementations§
impl Freeze for DMA_Channel_TypeDef
impl RefUnwindSafe for DMA_Channel_TypeDef
impl Send for DMA_Channel_TypeDef
impl Sync for DMA_Channel_TypeDef
impl Unpin for DMA_Channel_TypeDef
impl UnsafeUnpin for DMA_Channel_TypeDef
impl UnwindSafe for DMA_Channel_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