Home
last modified time | relevance | path

Searched refs:MCOxSource (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rcc.h1059 __STATIC_INLINE void LL_RCC_ConfigMCO(uint32_t MCOxSource, uint32_t MCOxPrescaler) in LL_RCC_ConfigMCO() argument
1061 MODIFY_REG(RCC->CFGR, RCC_CFGR_MCOSEL | RCC_CFGR_MCOPRE, MCOxSource | MCOxPrescaler); in LL_RCC_ConfigMCO()

Completed in 6 milliseconds