[−][src]Struct stm32f103xx::dma1::RegisterBlock
Register block
Fields
isr: ISR0x00 - DMA interrupt status register (DMA_ISR)
ifcr: IFCR0x04 - DMA interrupt flag clear register (DMA_IFCR)
ccr1: CCR10x08 - DMA channel configuration register (DMA_CCR)
cndtr1: CNDTR10x0c - DMA channel 1 number of data register
cpar1: CPAR10x10 - DMA channel 1 peripheral address register
cmar1: CMAR10x14 - DMA channel 1 memory address register
ccr2: CCR20x1c - DMA channel configuration register (DMA_CCR)
cndtr2: CNDTR20x20 - DMA channel 2 number of data register
cpar2: CPAR20x24 - DMA channel 2 peripheral address register
cmar2: CMAR20x28 - DMA channel 2 memory address register
ccr3: CCR30x30 - DMA channel configuration register (DMA_CCR)
cndtr3: CNDTR30x34 - DMA channel 3 number of data register
cpar3: CPAR30x38 - DMA channel 3 peripheral address register
cmar3: CMAR30x3c - DMA channel 3 memory address register
ccr4: CCR40x44 - DMA channel configuration register (DMA_CCR)
cndtr4: CNDTR40x48 - DMA channel 4 number of data register
cpar4: CPAR40x4c - DMA channel 4 peripheral address register
cmar4: CMAR40x50 - DMA channel 4 memory address register
ccr5: CCR50x58 - DMA channel configuration register (DMA_CCR)
cndtr5: CNDTR50x5c - DMA channel 5 number of data register
cpar5: CPAR50x60 - DMA channel 5 peripheral address register
cmar5: CMAR50x64 - DMA channel 5 memory address register
ccr6: CCR60x6c - DMA channel configuration register (DMA_CCR)
cndtr6: CNDTR60x70 - DMA channel 6 number of data register
cpar6: CPAR60x74 - DMA channel 6 peripheral address register
cmar6: CMAR60x78 - DMA channel 6 memory address register
ccr7: CCR70x80 - DMA channel configuration register (DMA_CCR)
cndtr7: CNDTR70x84 - DMA channel 7 number of data register
cpar7: CPAR70x88 - DMA channel 7 peripheral address register
cmar7: CMAR70x8c - DMA channel 7 memory address register
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,