Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_u5.c136 ((src_clk == STM32_SRC_MSIS) && IS_ENABLED(STM32_MSIS_ENABLED)) || in enabled_clock()
265 #if defined(STM32_MSIS_ENABLED) in stm32_clock_control_get_subsys_rate()
766 if (IS_ENABLED(STM32_MSIS_ENABLED)) { in set_up_fixed_clock_sources()
802 if (IS_ENABLED(STM32_MSIS_ENABLED)) { in set_up_fixed_clock_sources()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h344 #define STM32_MSIS_ENABLED 1 macro
348 #define STM32_MSIS_ENABLED 0 macro