Home
last modified time | relevance | path

Searched refs:DT_NUM_CLOCKS (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_i2c.c100 if (IS_ENABLED(STM32_I2C_DOMAIN_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(i2c1)) > 1) { in ZTEST()
101 if (DT_NUM_CLOCKS(DT_NODELABEL(i2c1)) > 2) { in ZTEST()
109 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(i2c1)) == 1), "test config issue"); in ZTEST()
Dtest_stm32_clock_configuration_lptim.c40 if (IS_ENABLED(STM32_LPTIM_OPT_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(lptim1)) > 1) { in ZTEST()
76 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(lptim1)) == 1), "test config issue"); in ZTEST()
Dtest_stm32_clock_configuration_adc.c84 if (IS_ENABLED(STM32_ADC_DOMAIN_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(adc1)) > 1) { in ZTEST()
133 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(adc1)) == 1), "test config issue"); in ZTEST()
Dtest_stm32_clock_configuration_i2s.c35 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(i2s2)) > 1), "No domain clock defined in dts"); in ZTEST()
Dtest_stm32_clock_configuration_sdmmc.c45 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(sdmmc1)) > 1), "No domain clock defined in dts"); in ZTEST()
/Zephyr-latest/include/zephyr/devicetree/
Dclocks.h107 #define DT_NUM_CLOCKS(node_id) \ macro
279 DT_NUM_CLOCKS(DT_DRV_INST(inst))
/Zephyr-latest/include/zephyr/drivers/clock_control/
Datmel_sam_pmc.h30 LISTIFY(DT_NUM_CLOCKS(node_id), \
Dstm32_clock_control.h454 LISTIFY(DT_NUM_CLOCKS(node_id), \
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/config/
Dsl_clock_manager_tree_config.h48 #if DT_NUM_CLOCKS(DT_NODELABEL(traceclk)) == 0
306 #if DT_NUM_CLOCKS(DT_NODELABEL(pcnt0clk)) == 0
322 #if DT_NUM_CLOCKS(DT_NODELABEL(euart0clk)) == 0
340 #if DT_NUM_CLOCKS(DT_NODELABEL(eusart0clk)) == 0
387 #if DT_NUM_CLOCKS(DT_NODELABEL(vdac0clk)) == 0
409 #if DT_NUM_CLOCKS(DT_NODELABEL(vdac1clk)) == 0
Dsl_clock_manager_oscillator_config.h48 #define SL_CLOCK_MANAGER_HFRCO_DPLL_EN DT_NUM_CLOCKS(DT_NODELABEL(hfrcodpll))
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/src/
Dtest_stm32_clock_configuration.c52 if (IS_ENABLED(STM32_SPI_DOMAIN_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(spi1)) > 1) { in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/src/
Dtest_stm32_clock_configuration.c53 if (IS_ENABLED(STM32_SPI_DOMAIN_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(spi1)) > 1) { in ZTEST()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c216 .pclk_len = DT_NUM_CLOCKS(id), \
/Zephyr-latest/drivers/flash/
Dflash_stm32_xspi.c2406 .pclk_len = DT_NUM_CLOCKS(STM32_XSPI_NODE),
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2257 zassert_equal(DT_NUM_CLOCKS(TEST_TEMP), 3, ""); in ZTEST()