Type Alias stm32_hal2::pac::fmc::bcr4::FMCEN_W

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

Field FMCEN writer - FMC controller Enable This bit enables/disables the FMC controller. Note: The FMCEN bit of the FMC_BCR2..4 registers is dont care. It is only enabled through the FMC_BCR1 register.

Aliased Type§

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