Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c612 STM32_PLL2_T_DIVISOR);
921 LL_RCC_PLL2_SetT(STM32_PLL2_T_DIVISOR);
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h208 #define STM32_PLL2_T_DIVISOR DT_PROP_OR(DT_NODELABEL(pll2), div_t, 1) macro