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.c400 *rate = SystemCoreClock * STM32_CORE_PRESCALER; in stm32_clock_control_get_subsys_rate()
840 (ahb_prescaler(STM32_CORE_PRESCALER) == ahb_prescaler(1)) && in stm32_clock_control_init()
844 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_CORE_PRESCALER)); in stm32_clock_control_init()
867 (ahb_prescaler(STM32_CORE_PRESCALER) == ahb_prescaler(1)) && in stm32_clock_control_init()
869 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_CORE_PRESCALER)); in stm32_clock_control_init()
Dclock_stm32_ll_wba.c223 *rate = SystemCoreClock * STM32_CORE_PRESCALER; in stm32_clock_control_get_subsys_rate()
572 LL_RCC_SetAHBPrescaler(ahb_prescaler(STM32_CORE_PRESCALER)); in stm32_clock_control_init()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h84 #define STM32_CORE_PRESCALER STM32_AHB_PRESCALER macro
86 #define STM32_CORE_PRESCALER STM32_CPU1_PRESCALER macro
94 #define STM32_FLASH_PRESCALER STM32_CORE_PRESCALER