Type Definition stm32h7xx_hal::pac::fmc::BTR3[][src]

type BTR3 = Reg<u32, _BTR3>;

This register contains the control information of each memory bank, used for SRAMs, PSRAM and NOR Flash memories.If the EXTMOD bit is set in the FMC_BCRx register, then this register is partitioned for write and read access, that is, 2 registers are available: one to configure read accesses (this register) and one to configure write accesses (FMC_BWTRx registers).

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see btr3 module