|
Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
#include <ztest.h>Functions | |
| void | test_fifo_thread2thread (void) |
| Test thread to thread data passing via fifo. More... | |
| void | test_fifo_thread2isr (void) |
| Test isr to thread data passing via fifo. More... | |
| void | test_fifo_isr2thread (void) |
| Test thread to isr data passing via fifo. More... | |
| void | test_fifo_get_fail (void) |
| void | test_fifo_loop (void) |
| Verify zephyr fifo continuous read write in loop. More... | |
| void | test_fifo_cancel_wait (void) |
| Test cancel waiting on a FIFO queue. More... | |
| void | test_fifo_is_empty_thread (void) |
| Test empty fifo. More... | |
| void | test_fifo_is_empty_isr (void) |
| Test empty fifo in interrupt context. More... | |
| void | test_main (void) |
| void test_fifo_get_fail | ( | void | ) |
| void test_main | ( | void | ) |