Home
last modified time | relevance | path

Searched refs:STM32_HSI48_ENABLED (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/soc/st/stm32/stm32wbx/
Dpower.c89 if (IS_ENABLED(STM32_HSI48_ENABLED)) { in pm_state_set()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c175 if (!IS_ENABLED(STM32_HSI48_ENABLED)) { in enabled_clock()
472 #if defined(STM32_HSI48_ENABLED) in stm32_clock_control_get_subsys_rate()
764 #if defined(STM32_HSI48_ENABLED) in set_up_fixed_clock_sources()
766 if (IS_ENABLED(STM32_HSI48_ENABLED)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h5.c128 ((src_clk == STM32_SRC_HSI48) && IS_ENABLED(STM32_HSI48_ENABLED)) || in enabled_clock()
277 #if defined(STM32_HSI48_ENABLED) in stm32_clock_control_get_subsys_rate()
705 if (IS_ENABLED(STM32_HSI48_ENABLED)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_u5.c133 ((src_clk == STM32_SRC_HSI48) && IS_ENABLED(STM32_HSI48_ENABLED)) || in enabled_clock()
293 #if defined(STM32_HSI48_ENABLED) in stm32_clock_control_get_subsys_rate()
839 if (IS_ENABLED(STM32_HSI48_ENABLED)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c367 ((src_clk == STM32_SRC_HSI48) && IS_ENABLED(STM32_HSI48_ENABLED)) ||
551 #if defined(STM32_HSI48_ENABLED)
738 if (IS_ENABLED(STM32_HSI48_ENABLED)) {
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h487 #define STM32_HSI48_ENABLED 1 macro
490 #define STM32_HSI48_ENABLED 1 macro
/Zephyr-latest/drivers/bluetooth/hci/
Dipm_stm32wb.c510 #if !STM32_HSI48_ENABLED in c2_reset()