Type Alias stm32_hal2::pac::fmc::bcr4::WREN_W

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

Field WREN writer - Write enable bit This bit indicates whether write operations are enabled/disabled in the bank by the FMC:

Aliased Type§

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