Home
last modified time | relevance | path

Searched refs:NODELABEL (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/drivers/clock_control/pwm_clock/src/
Dmain.c14 #define NODELABEL DT_NODELABEL(samplenode) macro
15 static const struct device *clk_dev = DEVICE_DT_GET(DT_CLOCKS_CTLR(NODELABEL));
21 uint32_t clock_rate_dt = DT_PROP_BY_PHANDLE(NODELABEL, clocks, clock_frequency); in pwm_clock_setup()
/Zephyr-latest/soc/espressif/esp32/
DCMakeLists.txt69 dt_nodelabel(dts_partition_path NODELABEL "slot0_appcpu_partition")
71 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
73 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
75 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
/Zephyr-latest/soc/espressif/esp32s3/
DCMakeLists.txt73 dt_nodelabel(dts_partition_path NODELABEL "slot0_appcpu_partition")
75 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
77 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
79 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
/Zephyr-latest/soc/espressif/esp32c3/
DCMakeLists.txt46 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
50 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
/Zephyr-latest/soc/espressif/esp32c6/
DCMakeLists.txt46 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
50 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
/Zephyr-latest/soc/espressif/esp32s2/
DCMakeLists.txt47 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
51 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
/Zephyr-latest/soc/espressif/esp32c2/
DCMakeLists.txt43 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
47 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
/Zephyr-latest/cmake/
Dmcuboot.cmake78 dt_nodelabel(slot0_flash NODELABEL "slot0_partition" REQUIRED)
92 dt_nodelabel(slot1_flash NODELABEL "slot1_partition" REQUIRED)
124 dt_nodelabel(slot0_partition NODELABEL "slot0_partition" REQUIRED)
126 dt_nodelabel(slot1_partition NODELABEL "slot1_partition" REQUIRED)
/Zephyr-latest/modules/hal_nordic/nrfx/
DCMakeLists.txt167 dt_nodelabel(uicr_path NODELABEL "uicr")
/Zephyr-latest/cmake/modules/
Dextensions.cmake3804 # dt_nodelabel(<var> NODELABEL <label>)
3820 # dt_nodelabel(nvic_path NODELABEL "nvic")
3826 # NODELABEL <label> : Node label
3830 set(req_single_args "NODELABEL")
4800 # zephyr_linker_dts_memory(NODELABEL <nodelabel>)
4810 # Only one of PATH, NODELABEL, and CHOSEN parameters may be given.
4813 # NODELABEL <label>: Node label
4818 set(single_args "CHOSEN;PATH;NODELABEL")
4830 "PATH, NODELABEL, and CHOSEN is allowed."
4835 dt_nodelabel(DTS_MEMORY_PATH NODELABEL ${DTS_MEMORY_NODELABEL})
/Zephyr-latest/doc/build/dts/
Dmacros.bnf394 alternate-id = ( %s"ALIAS" / %s"NODELABEL" ) dt-name