Type Definition stm32f3::stm32f373::rcc::cfgr::MCO_W

source · []
pub type MCO_W<'a, const O: u8> = FieldWriter<'a, u32, CFGR_SPEC, u8, MCO_A, 3, O>;
Expand description

Field MCO writer - Microcontroller clock output

Implementations

MCO output disabled, no clock on MCO

Internal low speed (LSI) oscillator clock selected

External low speed (LSE) oscillator clock selected

System clock selected

Internal RC 8 MHz (HSI) oscillator clock selected

External 4-32 MHz (HSE) oscillator clock selected

PLL clock selected (divided by 1 or 2, depending en PLLNODIV)