Searched refs:LL_RCC_EnableMCO (Results 1 – 3 of 3) sorted by relevance
1256 LL_RCC_EnableMCO(LL_RCC_MCO1); in HAL_RCC_MCOConfig()1291 LL_RCC_EnableMCO(LL_RCC_MCO2); in HAL_RCC_MCOConfig()
4082 #define __HAL_RCC_MCO1_ENABLE() LL_RCC_EnableMCO(LL_RCC_MCO1)4090 #define __HAL_RCC_MCO2_ENABLE() LL_RCC_EnableMCO(LL_RCC_MCO2)
2582 __STATIC_INLINE void LL_RCC_EnableMCO(uint32_t MCOx) in LL_RCC_EnableMCO() function