Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_u5.c137 ((src_clk == STM32_SRC_MSIK) && IS_ENABLED(STM32_MSIK_ENABLED)) || in enabled_clock()
270 #if defined(STM32_MSIK_ENABLED) in stm32_clock_control_get_subsys_rate()
788 if (IS_ENABLED(STM32_MSIK_ENABLED)) { in set_up_fixed_clock_sources()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h354 #define STM32_MSIK_ENABLED 1 macro
358 #define STM32_MSIK_ENABLED 0 macro