Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c394 *rate = SystemCoreClock * STM32_CORE_PRESCALER; in stm32_clock_control_get_subsys_rate()
833 (ahb_prescaler(STM32_CORE_PRESCALER) == ahb_prescaler(1)) && in stm32_clock_control_init()
837 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_CORE_PRESCALER)); in stm32_clock_control_init()
860 (ahb_prescaler(STM32_CORE_PRESCALER) == ahb_prescaler(1)) && in stm32_clock_control_init()
862 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_CORE_PRESCALER)); in stm32_clock_control_init()
Dclock_stm32_ll_wba.c225 *rate = SystemCoreClock * STM32_CORE_PRESCALER; in stm32_clock_control_get_subsys_rate()
574 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_CORE_PRESCALER)); in stm32_clock_control_init()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h87 #define STM32_CORE_PRESCALER STM32_AHB_PRESCALER macro
89 #define STM32_CORE_PRESCALER STM32_CPU1_PRESCALER macro
97 #define STM32_FLASH_PRESCALER STM32_CORE_PRESCALER