[−][src]Struct stm32wb_pac::dmamux1::RegisterBlock
Register block
Fields
c0cr: C0CR0x00 - DMA Multiplexer Channel 0 Control register
c1cr: C1CR0x04 - DMA Multiplexer Channel 1 Control register
c2cr: C2CR0x08 - DMA Multiplexer Channel 2 Control register
c3cr: C3CR0x0c - DMA Multiplexer Channel 3 Control register
c4cr: C4CR0x10 - DMA Multiplexer Channel 4 Control register
c5cr: C5CR0x14 - DMA Multiplexer Channel 5 Control register
c6cr: C6CR0x18 - DMA Multiplexer Channel 6 Control register
c7cr: C7CR0x1c - DMA Multiplexer Channel 7 Control register
c8cr: C8CR0x20 - DMA Multiplexer Channel 8 Control register
c9cr: C9CR0x24 - DMA Multiplexer Channel 9 Control register
c10cr: C10CR0x28 - DMA Multiplexer Channel 10 Control register
c11cr: C11CR0x2c - DMA Multiplexer Channel 11 Control register
c12cr: C12CR0x30 - DMA Multiplexer Channel 12 Control register
c13cr: C13CR0x34 - DMA Multiplexer Channel 13 Control register
csr: CSR0x80 - DMA Multiplexer Channel Status register
cfr: CFR0x84 - DMA Channel Clear Flag Register
rg0cr: RG0CR0x100 - DMA Request Generator 0 Control Register
rg1cr: RG1CR0x104 - DMA Request Generator 1 Control Register
rg2cr: RG2CR0x108 - DMA Request Generator 2 Control Register
rg3cr: RG3CR0x10c - DMA Request Generator 3 Control Register
rgsr: RGSR0x140 - DMA Request Generator Status Register
rgcfr: RGCFR0x144 - DMA Request Generator Clear Flag 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>,