Home
last modified time | relevance | path

Searched refs:DT_HAS_CHOSEN (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c27 #if DT_HAS_CHOSEN(zephyr_display)
95 #if DT_HAS_CHOSEN(zephyr_camera) in main()
186 #if DT_HAS_CHOSEN(zephyr_display) in main()
249 #if DT_HAS_CHOSEN(zephyr_display) in main()
/Zephyr-latest/drivers/console/
Dram_console.c20 #if !DT_HAS_CHOSEN(zephyr_ram_console)
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_uart.c31 #if DT_HAS_CHOSEN(zephyr_log_uart)
38 COND_CODE_1(DT_HAS_CHOSEN(zephyr_log_uart), (ctx->uart_dev), \
248 #if DT_HAS_CHOSEN(zephyr_log_uart)
/Zephyr-latest/tests/subsys/llext/src/
Dthreads_kernel_objects_ext.c25 #if DT_HAS_CHOSEN(zephyr_console) && DT_NODE_HAS_STATUS_OKAY(DT_CHOSEN(zephyr_console))
Dtest_llext.c114 #if DT_HAS_CHOSEN(zephyr_console) && DT_NODE_HAS_STATUS_OKAY(DT_CHOSEN(zephyr_console)) in threads_objects_test_setup()
/Zephyr-latest/subsys/debug/
Dcpu_load.c13 BUILD_ASSERT(!IS_ENABLED(CONFIG_CPU_LOAD_USE_COUNTER) || DT_HAS_CHOSEN(zephyr_cpu_load_counter));
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c36 #if DT_HAS_CHOSEN(zephyr_camera) in main()
/Zephyr-latest/samples/drivers/video/tcpserversink/src/
Dmain.c45 #if DT_HAS_CHOSEN(zephyr_camera) in main()
/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c152 #if DT_HAS_CHOSEN(zephyr_bt_mon_uart)
154 #elif !defined(CONFIG_UART_CONSOLE) && DT_HAS_CHOSEN(zephyr_console)
Dhci_raw.c65 #if DT_HAS_CHOSEN(zephyr_bt_hci)
Dhci_core.c73 #if DT_HAS_CHOSEN(zephyr_bt_hci)
/Zephyr-latest/subsys/ipc/rpmsg_service/
Drpmsg_backend.c21 #if !DT_HAS_CHOSEN(zephyr_ipc_shm)
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/src/
Dmain_remote.c25 #if !DT_HAS_CHOSEN(zephyr_ipc_shm)
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c30 #if !DT_HAS_CHOSEN(zephyr_ipc_shm)
/Zephyr-latest/subsys/settings/src/
Dsettings_fcb.c20 #if DT_HAS_CHOSEN(zephyr_settings_partition)
Dsettings_nvs.c20 #if DT_HAS_CHOSEN(zephyr_settings_partition)
Dsettings_zms.c18 #if DT_HAS_CHOSEN(zephyr_settings_partition)
/Zephyr-latest/tests/subsys/settings/functional/src/
Dsettings_basic_test.c21 #if DT_HAS_CHOSEN(zephyr_settings_partition)
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c955 COND_CODE_1(DT_HAS_CHOSEN(zephyr_console), \
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst333 - :c:macro:`DT_CHOSEN`, :c:macro:`DT_HAS_CHOSEN`: for properties
/Zephyr-latest/include/zephyr/
Ddevicetree.h2922 #define DT_HAS_CHOSEN(prop) IS_ENABLED(DT_CAT3(DT_CHOSEN_, prop, _EXISTS)) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2093 zassert_equal(DT_HAS_CHOSEN(ztest_xxxx), 0, ""); in ZTEST()
2094 zassert_equal(DT_HAS_CHOSEN(ztest_gpio), 1, ""); in ZTEST()