Searched refs:DT_HAS_CHOSEN (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 27 #if DT_HAS_CHOSEN(zephyr_display) 95 #if DT_HAS_CHOSEN(zephyr_camera) in main() 190 #if DT_HAS_CHOSEN(zephyr_display) in main() 253 #if DT_HAS_CHOSEN(zephyr_display) in main()
|
/Zephyr-latest/drivers/console/ |
D | ram_console.c | 20 #if !DT_HAS_CHOSEN(zephyr_ram_console)
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_uart.c | 31 #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/ |
D | threads_kernel_objects_ext.c | 25 #if DT_HAS_CHOSEN(zephyr_console) && DT_NODE_HAS_STATUS_OKAY(DT_CHOSEN(zephyr_console))
|
D | test_llext.c | 113 #if DT_HAS_CHOSEN(zephyr_console) && DT_NODE_HAS_STATUS_OKAY(DT_CHOSEN(zephyr_console)) in threads_objects_test_setup()
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 36 #if DT_HAS_CHOSEN(zephyr_camera) in main()
|
/Zephyr-latest/samples/drivers/video/tcpserversink/src/ |
D | main.c | 45 #if DT_HAS_CHOSEN(zephyr_camera) in main()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | monitor.c | 153 #if DT_HAS_CHOSEN(zephyr_bt_mon_uart) 155 #elif !defined(CONFIG_UART_CONSOLE) && DT_HAS_CHOSEN(zephyr_console)
|
D | hci_raw.c | 64 #if DT_HAS_CHOSEN(zephyr_bt_hci)
|
D | hci_core.c | 70 #if DT_HAS_CHOSEN(zephyr_bt_hci)
|
/Zephyr-latest/subsys/ipc/rpmsg_service/ |
D | rpmsg_backend.c | 21 #if !DT_HAS_CHOSEN(zephyr_ipc_shm)
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 30 #if !DT_HAS_CHOSEN(zephyr_ipc_shm)
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_fcb.c | 20 #if DT_HAS_CHOSEN(zephyr_settings_partition)
|
D | settings_nvs.c | 20 #if DT_HAS_CHOSEN(zephyr_settings_partition)
|
/Zephyr-latest/tests/subsys/settings/functional/src/ |
D | settings_basic_test.c | 21 #if DT_HAS_CHOSEN(zephyr_settings_partition)
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte2.c | 955 COND_CODE_1(DT_HAS_CHOSEN(zephyr_console), \
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 333 - :c:macro:`DT_CHOSEN`, :c:macro:`DT_HAS_CHOSEN`: for properties
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 2912 #define DT_HAS_CHOSEN(prop) IS_ENABLED(DT_CAT3(DT_CHOSEN_, prop, _EXISTS)) macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2106 zassert_equal(DT_HAS_CHOSEN(ztest_xxxx), 0, ""); in ZTEST() 2107 zassert_equal(DT_HAS_CHOSEN(ztest_gpio), 1, ""); in ZTEST()
|