Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h4084 #define __HAL_RCC_MCO1_DISABLE() LL_RCC_DisableMCO(LL_RCC_MCO1)
4092 #define __HAL_RCC_MCO2_DISABLE() LL_RCC_DisableMCO(LL_RCC_MCO2)
Dstm32n6xx_ll_rcc.h2596 __STATIC_INLINE void LL_RCC_DisableMCO(uint32_t MCOx) in LL_RCC_DisableMCO() function