Struct stm32ral::stm32l4::stm32l4r9::dmamux1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 22 fields pub C0CR: RWRegister<u32>, pub C1CR: RWRegister<u32>, pub C2CR: RWRegister<u32>, pub C3CR: RWRegister<u32>, pub C4CR: RWRegister<u32>, pub C5CR: RWRegister<u32>, pub C6CR: RWRegister<u32>, pub C7CR: RWRegister<u32>, pub C8CR: RWRegister<u32>, pub C9CR: RWRegister<u32>, pub C10CR: RWRegister<u32>, pub C11CR: RWRegister<u32>, pub C12CR: RWRegister<u32>, pub C13CR: RWRegister<u32>, pub CSR: RORegister<u32>, pub CFR: WORegister<u32>, pub RG0CR: RWRegister<u32>, pub RG1CR: RWRegister<u32>, pub RG2CR: RWRegister<u32>, pub RG3CR: RWRegister<u32>, pub RGSR: RORegister<u32>, pub RGCFR: WORegister<u32>, // some fields omitted
}

Fields

C0CR: RWRegister<u32>

channel 0 configuration register

C1CR: RWRegister<u32>

channel 1 configuration register

C2CR: RWRegister<u32>

channel 2 configuration register

C3CR: RWRegister<u32>

channel 3 configuration register

C4CR: RWRegister<u32>

channel 4 configuration register

C5CR: RWRegister<u32>

channel 5 configuration register

C6CR: RWRegister<u32>

channel 6 configuration register

C7CR: RWRegister<u32>

channel 7 configuration register

C8CR: RWRegister<u32>

channel 8 configuration register

C9CR: RWRegister<u32>

channel 9 configuration register

C10CR: RWRegister<u32>

channel 10 configuration register

C11CR: RWRegister<u32>

channel 11 configuration register

C12CR: RWRegister<u32>

channel 12 configuration register

C13CR: RWRegister<u32>

channel 13 configuration register

CSR: RORegister<u32>

channel status register

CFR: WORegister<u32>

clear flag register

RG0CR: RWRegister<u32>

request generator channel 0 configuration register

RG1CR: RWRegister<u32>

request generator channel 1 configuration register

RG2CR: RWRegister<u32>

request generator channel 2 configuration register

RG3CR: RWRegister<u32>

request generator channel 3 configuration register

RGSR: RORegister<u32>

request generator interrupt status register

RGCFR: WORegister<u32>

request generator interrupt clear flag register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.