Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32n6_clock.h35 #define STM32_SRC_IC8 (STM32_SRC_IC7 + 1) macro
36 #define STM32_SRC_IC9 (STM32_SRC_IC8 + 1)
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c175 ((src_clk == STM32_SRC_IC8) && IS_ENABLED(STM32_IC8_ENABLED)) || in enabled_clock()
375 case STM32_SRC_IC8: in stm32_clock_control_get_subsys_rate()