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

#[repr(C)]
pub struct RegisterBlock {
Show 26 fields pub CR: RWRegister<u32>, pub DCR1: RWRegister<u32>, pub DCR2: RWRegister<u32>, pub DCR3: RWRegister<u32>, pub SR: RWRegister<u32>, pub FCR: WORegister<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 WCCR: RWRegister<u32>, pub WTCR: RWRegister<u32>, pub WIR: RWRegister<u32>, pub WABR: RWRegister<u32>, pub HLCR: RWRegister<u32>, pub HWCFGR: RORegister<u32>, pub VER: RORegister<u32>, pub ID: RORegister<u32>, pub MID: RORegister<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

SR: RWRegister<u32>

status register

FCR: WORegister<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

WCCR: RWRegister<u32>

write communication configuration register

WTCR: RWRegister<u32>

write timing configuration register

WIR: RWRegister<u32>

write instruction register

WABR: RWRegister<u32>

write alternate bytes register

HLCR: RWRegister<u32>

HyperBusTM latency configuration register

HWCFGR: RORegister<u32>

HW configuration register

VER: RORegister<u32>

version register

ID: RORegister<u32>

identification

MID: RORegister<u32>

magic ID

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.