Searched refs:peripheral_thread (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
| 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);
|
| /Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
| 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);
|
| /Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
| 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);
|
| /Zephyr-latest/tests/subsys/zbus/integration/src/ |
| D | main.c | 110 static void peripheral_thread(void) in peripheral_thread() function 134 K_THREAD_DEFINE(peripheral_thread_id, 1024, peripheral_thread, NULL, NULL, NULL, 3, 0, 0);
|