Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h68 #define STM32_CPU1_PRESCALER DT_PROP(DT_NODELABEL(rcc), cpu1_prescaler) macro
74 #define STM32_CORE_PRESCALER STM32_CPU1_PRESCALER
/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_stm32_ll_common.c290 uint32_t ahb3_clock = get_bus_clock(ahb_clock * STM32_CPU1_PRESCALER, in stm32_clock_control_get_subsys_rate()