Home
last modified time | relevance | path

Searched refs:STM32_SRC_IC1 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32n6_clock.h28 #define STM32_SRC_IC1 (STM32_SRC_CKPER + 1) macro
29 #define STM32_SRC_IC2 (STM32_SRC_IC1 + 1)
/Zephyr-latest/boards/st/stm32n6570_dk/
Dstm32n6570_dk_common.dtsi83 clocks = <&rcc STM32_SRC_IC1 CPU_SEL(3)>;
/Zephyr-latest/boards/st/nucleo_n657x0_q/
Dnucleo_n657x0_q_common.dtsi101 clocks = <&rcc STM32_SRC_IC1 CPU_SEL(3)>;
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_n6.c168 ((src_clk == STM32_SRC_IC1) && IS_ENABLED(STM32_IC1_ENABLED)) || in enabled_clock()
340 case STM32_SRC_IC1: in stm32_clock_control_get_subsys_rate()