Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h83 #define STM32_CPU1_PRESCALER DT_PROP(DT_NODELABEL(rcc), cpu1_prescaler) macro
89 #define STM32_CORE_PRESCALER STM32_CPU1_PRESCALER
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c344 uint32_t ahb3_clock = get_bus_clock(ahb_clock * STM32_CPU1_PRESCALER, in stm32_clock_control_get_subsys_rate()