Struct stm32ral::stm32f1::peripherals::fsmc_v1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { 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 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 1

BCR3: RWRegister<u32>

SRAM/NOR-Flash chip-select control register 2

BTR3: RWRegister<u32>

SRAM/NOR-Flash chip-select timing register 1

BCR4: RWRegister<u32>

SRAM/NOR-Flash chip-select control register 2

BTR4: RWRegister<u32>

SRAM/NOR-Flash chip-select timing register 1

BWTR1: RWRegister<u32>

SRAM/NOR-Flash write timing registers 1

BWTR2: RWRegister<u32>

SRAM/NOR-Flash write timing registers 1

BWTR3: RWRegister<u32>

SRAM/NOR-Flash write timing registers 1

BWTR4: RWRegister<u32>

SRAM/NOR-Flash write timing registers 1

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.