Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32h7rs_clock.h23 #define STM32_SRC_CSI_KER (STM32_SRC_HSI_KER + 1) /* CSI + CSIKERON */ macro
25 #define STM32_SRC_PLL1_P (STM32_SRC_CSI_KER + 1)
Dstm32h7_clock.h23 #define STM32_SRC_CSI_KER (STM32_SRC_HSI_KER + 1) /* CSI + CSIKERON */ macro
25 #define STM32_SRC_PLL1_P (STM32_SRC_CSI_KER + 1)
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/
Dtest_stm32_clock_configuration.c94 } else if (perclk_dt_domain_clk == STM32_SRC_CSI_KER) { in ZTEST()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h7.c365 ((src_clk == STM32_SRC_CSI_KER) && IS_ENABLED(STM32_CSI_ENABLED)) ||