Searched refs:peripheral_thread (Results 1 – 3 of 3) sorted by relevance
| /samples/subsys/zbus/work_queue/src/ |
| A D | sensors.c | 13 void peripheral_thread(void) in peripheral_thread() function 30 K_THREAD_DEFINE(peripheral_thread_id, 1024, peripheral_thread, NULL, NULL, NULL, 5, 0, 0);
|
| /samples/subsys/zbus/remote_mock/src/ |
| A D | peripheral.c | 23 static void peripheral_thread(void) in peripheral_thread() function 36 K_THREAD_DEFINE(peripheral_thread_id, 1024, peripheral_thread, NULL, NULL, NULL, 5, 0, 0);
|
| /samples/subsys/zbus/uart_bridge/src/ |
| A D | peripheral.c | 35 static void peripheral_thread(void) in peripheral_thread() function 50 K_THREAD_DEFINE(peripheral_thread_id, 1024, peripheral_thread, NULL, NULL, NULL, 3, 0, 0);
|
Completed in 11 milliseconds