Type Alias stm32_hal2::pac::fmc::bcr1::CCLKEN_W

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

Field CCLKEN writer - Continuous Clock Enable This bit enables the FMC_CLK clock output to external memory devices. Note: The CCLKEN bit of the FMC_BCR2..4 registers is dont care. It is only enabled through the FMC_BCR1 register. Bank 1 must be configured in synchronous mode to generate the FMC_CLK continuous clock. If CCLKEN bit is set, the FMC_CLK clock ratio is specified by CLKDIV value in the FMC_BTR1 register. CLKDIV in FMC_BWTR1 is dont care. If the synchronous mode is used and CCLKEN bit is set, the synchronous memories connected to other banks than Bank 1 are clocked by the same clock (the CLKDIV value in the FMC_BTR2..4 and FMC_BWTR2..4 registers for other banks has no effect.)

Aliased Type§

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