Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_i2s.c21 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2s2)); in ZTEST()
Dtest_stm32_clock_configuration_lptim.c26 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(lptim1)); in ZTEST()
Dtest_stm32_clock_configuration_sdmmc.c31 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(sdmmc1)); in ZTEST()
Dtest_stm32_clock_configuration_adc.c59 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(adc1)); in ZTEST()
Dtest_stm32_clock_configuration_i2c.c76 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2c1)); in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/src/
Dtest_stm32_clock_configuration.c38 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(spi1)); in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/
Dtest_stm32_clock_configuration.c38 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(spi1)); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dstm32_clock_control.h452 #define STM32_DT_CLOCKS(node_id) \ macro
459 STM32_DT_CLOCKS(DT_DRV_INST(inst))
/Zephyr-latest/drivers/bluetooth/hci/
Dipm_stm32wb.c28 static const struct stm32_pclken clk_cfg[] = STM32_DT_CLOCKS(DT_DRV_INST(0));
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c210 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(id); \
/Zephyr-latest/drivers/usb/device/
Dusb_dc_stm32.c213 static const struct stm32_pclken phy_pclken[] = STM32_DT_CLOCKS(DT_INST_PHANDLE(0, phys));
/Zephyr-latest/drivers/flash/
Dflash_stm32_xspi.c2400 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(STM32_XSPI_NODE);