Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/boards/
Dspi1_hsi_16.overlay19 <&rcc STM32_SRC_HSI16 SPI1_SEL(2)>;
/Zephyr-Core-3.4.0/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/src/
Dtest_stm32_clock_configuration.c63 if (pclken[1].bus == STM32_SRC_HSI16) { in ZTEST()
/Zephyr-Core-3.4.0/include/zephyr/dt-bindings/clock/
Dstm32u5_clock.h27 #define STM32_SRC_HSI16 0x00D macro
/Zephyr-Core-3.4.0/drivers/clock_control/
Dclock_stm32_ll_u5.c127 ((src_clk == STM32_SRC_HSI16) && IS_ENABLED(STM32_HSI_ENABLED)) || in enabled_clock()
248 case STM32_SRC_HSI16: in stm32_clock_control_get_subsys_rate()