Home
last modified time | relevance | path

Searched refs:STM32_PLLI2S_Q_ENABLED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_stm32f2_f4_f7.c160 #if STM32_PLLI2S_Q_ENABLED in config_plli2s()
Dclock_stm32_ll_common.c219 if (!IS_ENABLED(STM32_PLLI2S_Q_ENABLED)) { in enabled_clock()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h187 #define STM32_PLLI2S_Q_ENABLED DT_NODE_HAS_PROP(DT_NODELABEL(plli2s), div_q) macro