[−][src]Struct stm32wb_pac::dma1::RegisterBlock
Register block
Fields
isr: ISR0x00 - interrupt status register
ifcr: IFCR0x04 - interrupt flag clear register
ccr1: CCR10x08 - channel x configuration register
cndtr1: CNDTR10x0c - channel x number of data register
cpar1: CPAR10x10 - channel x peripheral address register
cmar1: CMAR10x14 - channel x memory address register
ccr2: CCR20x1c - channel x configuration register
cndtr2: CNDTR20x20 - channel x number of data register
cpar2: CPAR20x24 - channel x peripheral address register
cmar2: CMAR20x28 - channel x memory address register
ccr3: CCR30x30 - channel x configuration register
cndtr3: CNDTR30x34 - channel x number of data register
cpar3: CPAR30x38 - channel x peripheral address register
cmar3: CMAR30x3c - channel x memory address register
ccr4: CCR40x44 - channel x configuration register
cndtr4: CNDTR40x48 - channel x number of data register
cpar4: CPAR40x4c - channel x peripheral address register
cmar4: CMAR40x50 - channel x memory address register
ccr5: CCR50x58 - channel x configuration register
cndtr5: CNDTR50x5c - channel x number of data register
cpar5: CPAR50x60 - channel x peripheral address register
cmar5: CMAR50x64 - channel x memory address register
ccr6: CCR60x6c - channel x configuration register
cndtr6: CNDTR60x70 - channel x number of data register
cpar6: CPAR60x74 - channel x peripheral address register
cmar6: CMAR60x78 - channel x memory address register
ccr7: CCR70x80 - channel x configuration register
cndtr7: CNDTR70x84 - channel x number of data register
cpar7: CPAR70x88 - channel x peripheral address register
cmar7: CMAR70x8c - channel x memory address register
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> 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<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,