Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/clock_control/
Dclock_stm32_ll_wba.c184 if (IS_ENABLED(STM32_AHB5_DIV)) { in stm32_clock_control_get_subsys_rate()
566 if (IS_ENABLED(STM32_AHB5_DIV)) { in stm32_clock_control_init()
/Zephyr-Core-3.7.0/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h110 #define STM32_AHB5_DIV DT_PROP(DT_NODELABEL(rcc), ahb5_div) macro