Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
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.
#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>
Test k_mbox_data_get() API.
#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.