Home
last modified time | relevance | path

Searched refs:STM32_SYSCLK_SRC_HSI (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/src/
Dtest_stm32_clock_configuration.c37 #elif STM32_SYSCLK_SRC_HSI in ZTEST()
45 STM32_SYSCLK_SRC_HSI), in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/src/
Dtest_stm32_clock_configuration.c37 #elif STM32_SYSCLK_SRC_HSI in ZTEST()
49 STM32_SYSCLK_SRC_HSI || in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/src/
Dtest_stm32_clock_configuration.c37 #elif STM32_SYSCLK_SRC_HSI in ZTEST()
49 STM32_SYSCLK_SRC_HSI || in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/src/
Dtest_stm32_clock_configuration.c37 #elif STM32_SYSCLK_SRC_HSI in ZTEST()
49 STM32_SYSCLK_SRC_HSI || in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/src/
Dtest_stm32_clock_configuration.c46 #elif STM32_SYSCLK_SRC_HSI in ZTEST()
58 STM32_SYSCLK_SRC_HSI || in ZTEST()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_wb0.c72 # if defined(STM32_SYSCLK_SRC_HSI)
740 #elif defined(STM32_SYSCLK_SRC_HSI) || defined(STM32_SYSCLK_SRC_PLL) in stm32_clock_control_init()
Dclock_stm32_ll_h5.c109 #elif defined(STM32_SYSCLK_SRC_HSI) in get_sysclk_frequency()
757 } else if (IS_ENABLED(STM32_SYSCLK_SRC_HSI)) { in stm32_clock_control_init()
Dclock_stm32_ll_u5.c114 #elif defined(STM32_SYSCLK_SRC_HSI) in get_sysclk_frequency()
893 } else if (IS_ENABLED(STM32_SYSCLK_SRC_HSI)) { in stm32_clock_control_init()
Dclock_stm32_ll_wba.c599 } else if (IS_ENABLED(STM32_SYSCLK_SRC_HSI)) { in stm32_clock_control_init()
Dclock_stm32_ll_h7.c81 #elif defined(STM32_SYSCLK_SRC_HSI)
1157 } else if (IS_ENABLED(STM32_SYSCLK_SRC_HSI)) {
Dclock_stm32_ll_common.c862 #elif STM32_SYSCLK_SRC_HSI in stm32_clock_control_init()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h130 #define STM32_SYSCLK_SRC_HSI 1 macro