Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32f2_f4_f7.c166 plli2sq(STM32_PLLI2S_Q_DIVISOR)); in config_plli2s()
Dclock_stm32_ll_common.c433 STM32_PLLI2S_Q_DIVISOR); in stm32_clock_control_get_subsys_rate()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h194 #define STM32_PLLI2S_Q_DIVISOR DT_PROP_OR(DT_NODELABEL(plli2s), div_q, 1) macro