Searched refs:MCOxSource (Results 1 – 1 of 1) sorted by relevance
1059 __STATIC_INLINE void LL_RCC_ConfigMCO(uint32_t MCOxSource, uint32_t MCOxPrescaler) in LL_RCC_ConfigMCO() argument1061 MODIFY_REG(RCC->CFGR, RCC_CFGR_MCOSEL | RCC_CFGR_MCOPRE, MCOxSource | MCOxPrescaler); in LL_RCC_ConfigMCO()
Completed in 6 milliseconds