Type Alias stm32_hal2::pac::fmc::bcr2::WAITCFG_W

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

Field WAITCFG writer - Wait timing configuration The NWAIT signal indicates whether the data from the memory are valid or if a wait state must be inserted when accessing the memory in synchronous mode. This configuration bit determines if NWAIT is asserted by the memory one clock cycle before the wait state or during the wait state:

Aliased Type§

struct WAITCFG_W<'a, const O: u8> { /* private fields */ }