Struct stm32ral::stm32h7::peripherals::quadspi::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 13 fields pub CR: RWRegister<u32>, pub DCR: RWRegister<u32>, pub SR: RORegister<u32>, pub FCR: RWRegister<u32>, pub DLR: RWRegister<u32>, pub CCR: RWRegister<u32>, pub AR: RWRegister<u32>, pub ABR: RWRegister<u32>, pub DR: RWRegister<u32>, pub PSMKR: RWRegister<u32>, pub PSMAR: RWRegister<u32>, pub PIR: RWRegister<u32>, pub LPTR: RWRegister<u32>,
}

Fields

CR: RWRegister<u32>

QUADSPI control register

DCR: RWRegister<u32>

QUADSPI device configuration register

SR: RORegister<u32>

QUADSPI status register

FCR: RWRegister<u32>

QUADSPI flag clear register

DLR: RWRegister<u32>

QUADSPI data length register

CCR: RWRegister<u32>

QUADSPI communication configuration register

AR: RWRegister<u32>

QUADSPI address register

ABR: RWRegister<u32>

QUADSPI alternate bytes registers

DR: RWRegister<u32>

QUADSPI data register

PSMKR: RWRegister<u32>

QUADSPI polling status mask register

PSMAR: RWRegister<u32>

QUADSPI polling status match register

PIR: RWRegister<u32>

QUADSPI polling interval register

LPTR: RWRegister<u32>

QUADSPI low-power timeout 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.