Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Tests for the mailbox kernel object. More...
Functions | |
void | test_mbox_data_get_null (void) |
Test k_mbox_data_get() API. More... | |
void | test_mbox_get_put_block_data (void) |
Test put and get mailbox with block data. More... | |
Variables | |
static ZTEST_BMEM char | buffer [8] |
Test mailbox enhance capabilities. More... | |
Tests for the mailbox kernel object.
void test_mbox_data_get_null | ( | void | ) |
#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>
Test k_mbox_data_get() API.
void test_mbox_get_put_block_data | ( | void | ) |
#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>
Test put and get mailbox with block data.
TESTPOINT: thread-thread data passing via mbox
|
static |
#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>
Test mailbox enhance capabilities.