Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/subsys/zbus/work_queue/src/
Dsensors.c13 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/
Dperipheral.c23 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/
Dperipheral.c35 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/
Dmain.c111 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);