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.c177 if (!IS_ENABLED(STM32_HSI48_ENABLED)) { in enabled_clock()
479 #if defined(STM32_HSI48_ENABLED) in stm32_clock_control_get_subsys_rate()
771 #if defined(STM32_HSI48_ENABLED) in set_up_fixed_clock_sources()
773 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()
276 #if defined(STM32_HSI48_ENABLED) in stm32_clock_control_get_subsys_rate()
700 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()
291 #if defined(STM32_HSI48_ENABLED) in stm32_clock_control_get_subsys_rate()
837 if (IS_ENABLED(STM32_HSI48_ENABLED)) { in set_up_fixed_clock_sources()
Dclock_stm32_ll_h7.c366 ((src_clk == STM32_SRC_HSI48) && IS_ENABLED(STM32_HSI48_ENABLED)) ||
548 #if defined(STM32_HSI48_ENABLED)
735 if (IS_ENABLED(STM32_HSI48_ENABLED)) {
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h422 #define STM32_HSI48_ENABLED 1 macro
425 #define STM32_HSI48_ENABLED 1 macro
/Zephyr-latest/drivers/bluetooth/hci/
Dipm_stm32wb.c510 #if !STM32_HSI48_ENABLED in c2_reset()