Struct stm32ral::stm32g4::peripherals::fmc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 18 fields pub BCR1: RWRegister<u32>, pub BTR1: RWRegister<u32>, pub BCR2: RWRegister<u32>, pub BTR2: RWRegister<u32>, pub BCR3: RWRegister<u32>, pub BTR3: RWRegister<u32>, pub BCR4: RWRegister<u32>, pub BTR4: RWRegister<u32>, pub PCSCNTR: RWRegister<u32>, pub PCR: RWRegister<u32>, pub SR: RWRegister<u32>, pub PMEM: RWRegister<u32>, pub PATT: RWRegister<u32>, pub ECCR: RORegister<u32>, pub BWTR1: RWRegister<u32>, pub BWTR2: RWRegister<u32>, pub BWTR3: RWRegister<u32>, pub BWTR4: RWRegister<u32>, // some fields omitted
}

Fields

BCR1: RWRegister<u32>

SRAM/NOR-Flash chip-select control register 1

BTR1: RWRegister<u32>

SRAM/NOR-Flash chip-select timing register 1

BCR2: RWRegister<u32>

SRAM/NOR-Flash chip-select control register 2

BTR2: RWRegister<u32>

SRAM/NOR-Flash chip-select timing register 2

BCR3: RWRegister<u32>

SRAM/NOR-Flash chip-select control register 3

BTR3: RWRegister<u32>

SRAM/NOR-Flash chip-select timing register 3

BCR4: RWRegister<u32>

SRAM/NOR-Flash chip-select control register 4

BTR4: RWRegister<u32>

SRAM/NOR-Flash chip-select timing register 4

PCSCNTR: RWRegister<u32>

PSRAM chip select counter register

PCR: RWRegister<u32>

PC Card/NAND Flash control register 3

SR: RWRegister<u32>

FIFO status and interrupt register 3

PMEM: RWRegister<u32>

Common memory space timing register 3

PATT: RWRegister<u32>

Attribute memory space timing register 3

ECCR: RORegister<u32>

ECC result register 3

BWTR1: RWRegister<u32>

SRAM/NOR-Flash write timing registers 1

BWTR2: RWRegister<u32>

SRAM/NOR-Flash write timing registers 2

BWTR3: RWRegister<u32>

SRAM/NOR-Flash write timing registers 3

BWTR4: RWRegister<u32>

SRAM/NOR-Flash write timing registers 4

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.