Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h330 #define RCC_CPUCLKSOURCE_HSE LL_RCC_CPU_CLKSOURCE_HSE /*!< HSE selection as CPU clock */ macro
4458 ((__SOURCE__) == RCC_CPUCLKSOURCE_HSE) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c953 if (pRCC_ClkInitStruct->CPUCLKSource == RCC_CPUCLKSOURCE_HSE) in HAL_RCC_ClockConfig()