Searched refs:monitor_thread (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/drivers/stepper/generic/ |
D | README.rst | 44 [00:00:00.000,000] <dbg> stepper: monitor_thread: Actual position: 0 47 [00:00:01.000,000] <dbg> stepper: monitor_thread: Actual position: -114 51 [00:00:02.000,000] <dbg> stepper: monitor_thread: Actual position: 129
|
/Zephyr-latest/samples/drivers/stepper/generic/src/ |
D | main.c | 116 static void monitor_thread(void) in monitor_thread() function 127 K_THREAD_DEFINE(monitor_tid, CONFIG_MONITOR_THREAD_STACK_SIZE, monitor_thread, NULL, NULL, NULL, 5,
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 193 void monitor_thread(void)
|