Searched refs:gpio_thread (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/subsys/tracing/src/ |
D | gpio_main.c | 61 static void gpio_thread(void *dummy1, void *dummy2, void *dummy3) in gpio_thread() function 70 K_THREAD_DEFINE(thread_gpio, STACKSIZE, gpio_thread, NULL, NULL, NULL, PRIORITY, 0, 0);
|