Type Definition stm32h7xx_hal::stm32::fmc::BTR4[][src]

type BTR4 = Reg<u32, _BTR4>;

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 btr4 module