Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/llext/src/
Dthreads_kernel_objects_ext.c26 #define CONSOLE_DT_NODE DT_CHOSEN(zephyr_console) macro
34 #ifdef CONSOLE_DT_NODE in test_thread()
35 const struct device *const console_dev = DEVICE_DT_GET(CONSOLE_DT_NODE); in test_thread()
36 const char *const console_name = DEVICE_DT_NAME(CONSOLE_DT_NODE); in test_thread()