Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32l4_l5_wb_wl.c60 return CALC_RUN_MSI_FREQ(STM32_MSI_RANGE); in get_pllsrc_frequency()
Dclock_stm32_ll_common.c684 LL_RCC_MSI_SetRange(STM32_MSI_RANGE << RCC_ICSCR_MSIRANGE_Pos); in set_up_fixed_clock_sources()
686 LL_RCC_MSI_SetRange(STM32_MSI_RANGE << RCC_CR_MSIRANGE_Pos); in set_up_fixed_clock_sources()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h335 #define STM32_MSI_RANGE DT_PROP(DT_NODELABEL(clk_msi), msi_range) macro