[][src]Struct stm32wb_pac::dmamux1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub c0cr: C0CR,
    pub c1cr: C1CR,
    pub c2cr: C2CR,
    pub c3cr: C3CR,
    pub c4cr: C4CR,
    pub c5cr: C5CR,
    pub c6cr: C6CR,
    pub c7cr: C7CR,
    pub c8cr: C8CR,
    pub c9cr: C9CR,
    pub c10cr: C10CR,
    pub c11cr: C11CR,
    pub c12cr: C12CR,
    pub c13cr: C13CR,
    pub csr: CSR,
    pub cfr: CFR,
    pub rg0cr: RG0CR,
    pub rg1cr: RG1CR,
    pub rg2cr: RG2CR,
    pub rg3cr: RG3CR,
    pub rgsr: RGSR,
    pub rgcfr: RGCFR,
    // some fields omitted
}

Register block

Fields

c0cr: C0CR

0x00 - DMA Multiplexer Channel 0 Control register

c1cr: C1CR

0x04 - DMA Multiplexer Channel 1 Control register

c2cr: C2CR

0x08 - DMA Multiplexer Channel 2 Control register

c3cr: C3CR

0x0c - DMA Multiplexer Channel 3 Control register

c4cr: C4CR

0x10 - DMA Multiplexer Channel 4 Control register

c5cr: C5CR

0x14 - DMA Multiplexer Channel 5 Control register

c6cr: C6CR

0x18 - DMA Multiplexer Channel 6 Control register

c7cr: C7CR

0x1c - DMA Multiplexer Channel 7 Control register

c8cr: C8CR

0x20 - DMA Multiplexer Channel 8 Control register

c9cr: C9CR

0x24 - DMA Multiplexer Channel 9 Control register

c10cr: C10CR

0x28 - DMA Multiplexer Channel 10 Control register

c11cr: C11CR

0x2c - DMA Multiplexer Channel 11 Control register

c12cr: C12CR

0x30 - DMA Multiplexer Channel 12 Control register

c13cr: C13CR

0x34 - DMA Multiplexer Channel 13 Control register

csr: CSR

0x80 - DMA Multiplexer Channel Status register

cfr: CFR

0x84 - DMA Channel Clear Flag Register

rg0cr: RG0CR

0x100 - DMA Request Generator 0 Control Register

rg1cr: RG1CR

0x104 - DMA Request Generator 1 Control Register

rg2cr: RG2CR

0x108 - DMA Request Generator 2 Control Register

rg3cr: RG3CR

0x10c - DMA Request Generator 3 Control Register

rgsr: RGSR

0x140 - DMA Request Generator Status Register

rgcfr: RGCFR

0x144 - DMA Request Generator Clear Flag Register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.