Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h179 #define STM32_PLLI2S_R_ENABLED DT_NODE_HAS_PROP(DT_NODELABEL(plli2s), div_r) macro
189 #define STM32_PLLI2S_R_ENABLED DT_NODE_HAS_PROP(DT_NODELABEL(plli2s), div_r) macro
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c226 if (!IS_ENABLED(STM32_PLLI2S_R_ENABLED)) { in enabled_clock()