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/ |
D | test_stm32_clock_configuration_i2c.c | 100 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()
|
D | test_stm32_clock_configuration_lptim.c | 40 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()
|
D | test_stm32_clock_configuration_adc.c | 84 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()
|
D | test_stm32_clock_configuration_i2s.c | 35 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(i2s2)) > 1), "No domain clock defined in dts"); in ZTEST()
|
D | test_stm32_clock_configuration_sdmmc.c | 45 zassert_true((DT_NUM_CLOCKS(DT_NODELABEL(sdmmc1)) > 1), "No domain clock defined in dts"); in ZTEST()
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | clocks.h | 107 #define DT_NUM_CLOCKS(node_id) \ macro 279 DT_NUM_CLOCKS(DT_DRV_INST(inst))
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | atmel_sam_pmc.h | 30 LISTIFY(DT_NUM_CLOCKS(node_id), \
|
D | stm32_clock_control.h | 454 LISTIFY(DT_NUM_CLOCKS(node_id), \
|
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/config/ |
D | sl_clock_manager_tree_config.h | 48 #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
|
D | sl_clock_manager_oscillator_config.h | 48 #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/ |
D | test_stm32_clock_configuration.c | 52 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/ |
D | test_stm32_clock_configuration.c | 53 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/ |
D | ec_host_cmd_backend_spi_stm32.c | 216 .pclk_len = DT_NUM_CLOCKS(id), \
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 2406 .pclk_len = DT_NUM_CLOCKS(STM32_XSPI_NODE),
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2257 zassert_equal(DT_NUM_CLOCKS(TEST_TEMP), 3, ""); in ZTEST()
|