Type Alias stm32_hal2::pac::fmc::bcr4::EXTMOD_W

source ·
pub type EXTMOD_W<'a, const O: u8> = BitWriterRaw<'a, u32, BCR4_SPEC, bool, BitM, O>;
Expand description

Field EXTMOD writer - 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_W<'a, const O: u8> { /* private fields */ }