Type Alias stm32_hal2::pac::fmc::bcr2::EXTMOD_R

source ·
pub type EXTMOD_R = BitReaderRaw<bool>;
Expand description

Field EXTMOD reader - Extended mode enable. This bit enables the FMC to program the write timings for asynchronous accesses inside the FMC_BWTR register, thus resulting in different timings for read and write operations. Note: When the extended mode is disabled, the FMC can operate in Mode1 or Mode2 as follows: ** Mode 1 is the default mode when the SRAM/PSRAM memory type is selected (MTYP =0x0 or 0x01) ** Mode 2 is the default mode when the NOR memory type is selected (MTYP = 0x10).

Aliased Type§

struct EXTMOD_R { /* private fields */ }