Struct stm32g0::stm32g081::dma::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub isr: Reg<ISR_SPEC>, pub ifcr: Reg<IFCR_SPEC>, pub ch1: CH, pub ch2: CH, pub ch3: CH, pub ch4: CH, pub ch5: CH, pub ch6: CH, pub ch7: CH, // some fields omitted }
Expand description

Register block

Fields

isr: Reg<ISR_SPEC>

0x00 - low interrupt status register

ifcr: Reg<IFCR_SPEC>

0x04 - high interrupt status register

ch1: CH

0x08..0x18 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

ch2: CH

0x1c..0x2c - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

ch3: CH

0x30..0x40 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

ch4: CH

0x44..0x54 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

ch5: CH

0x58..0x68 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

ch6: CH

0x6c..0x7c - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

ch7: CH

0x80..0x90 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers

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.