Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1256 LL_RCC_EnableMCO(LL_RCC_MCO1); in HAL_RCC_MCOConfig()
1291 LL_RCC_EnableMCO(LL_RCC_MCO2); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h4082 #define __HAL_RCC_MCO1_ENABLE() LL_RCC_EnableMCO(LL_RCC_MCO1)
4090 #define __HAL_RCC_MCO2_ENABLE() LL_RCC_EnableMCO(LL_RCC_MCO2)
Dstm32n6xx_ll_rcc.h2582 __STATIC_INLINE void LL_RCC_EnableMCO(uint32_t MCOx) in LL_RCC_EnableMCO() function