Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c187 ((src_clk == STM32_SRC_IC20) && IS_ENABLED(STM32_IC20_ENABLED))) { in enabled_clock()
434 #if defined(STM32_IC20_ENABLED) in stm32_clock_control_get_subsys_rate()
598 #if defined(STM32_IC20_ENABLED) in set_up_ics()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h618 #define STM32_IC20_ENABLED 1 macro