Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32n6_clock.h43 #define STM32_SRC_IC16 (STM32_SRC_IC15 + 1) macro
44 #define STM32_SRC_IC17 (STM32_SRC_IC16 + 1)
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c183 ((src_clk == STM32_SRC_IC16) && IS_ENABLED(STM32_IC16_ENABLED)) || in enabled_clock()
415 case STM32_SRC_IC16: in stm32_clock_control_get_subsys_rate()