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