Struct stm32ral::stm32l5::peripherals::octospi1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 27 fields pub CR: RWRegister<u32>, pub DCR1: RWRegister<u32>, pub DCR2: RWRegister<u32>, pub DCR3: RWRegister<u32>, pub DCR4: RWRegister<u32>, pub SR: WORegister<u32>, pub FCR: RWRegister<u32>, pub DLR: RWRegister<u32>, pub AR: RWRegister<u32>, pub DR: RWRegister<u32>, pub PSMKR: RWRegister<u32>, pub PSMAR: RWRegister<u32>, pub PIR: RWRegister<u32>, pub CCR: RWRegister<u32>, pub TCR: RWRegister<u32>, pub IR: RWRegister<u32>, pub ABR: RWRegister<u32>, pub LPTR: RWRegister<u32>, pub WPCCR: RWRegister<u32>, pub WPTCR: RWRegister<u32>, pub WPIR: RWRegister<u32>, pub WPABR: RWRegister<u32>, pub WCCR: RWRegister<u32>, pub WTCR: RWRegister<u32>, pub WIR: RWRegister<u32>, pub WABR: RWRegister<u32>, pub HLCR: RWRegister<u32>, // some fields omitted
}

Fields

CR: RWRegister<u32>

control register

DCR1: RWRegister<u32>

device configuration register

DCR2: RWRegister<u32>

device configuration register 2

DCR3: RWRegister<u32>

device configuration register 3

DCR4: RWRegister<u32>

DCR4

SR: WORegister<u32>

status register

FCR: RWRegister<u32>

flag clear register

DLR: RWRegister<u32>

data length register

AR: RWRegister<u32>

address register

DR: RWRegister<u32>

data register

PSMKR: RWRegister<u32>

polling status mask register

PSMAR: RWRegister<u32>

polling status match register

PIR: RWRegister<u32>

polling interval register

CCR: RWRegister<u32>

communication configuration register

TCR: RWRegister<u32>

timing configuration register

IR: RWRegister<u32>

instruction register

ABR: RWRegister<u32>

alternate bytes register

LPTR: RWRegister<u32>

low-power timeout register

WPCCR: RWRegister<u32>

write communication configuration register

WPTCR: RWRegister<u32>

write timing configuration register

WPIR: RWRegister<u32>

write instruction register

WPABR: RWRegister<u32>

write alternate bytes register

WCCR: RWRegister<u32>

WCCR

WTCR: RWRegister<u32>

WTCR

WIR: RWRegister<u32>

WIR

WABR: RWRegister<u32>

WABR

HLCR: RWRegister<u32>

HyperBusTM latency configuration 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.