Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
Tests for the mailbox kernel object. More...
Functions | |
ZTEST (mbox_api, test_mbox_data_get_null) | |
Test k_mbox_data_get() API. More... | |
ZTEST (mbox_api, test_mbox_get_put_block_data) | |
Test put and get mailbox with block data. More... | |
ZTEST (mbox_api, test_enhance_capability) | |
Test mailbox enhance capabilities. More... | |
Tests for the mailbox kernel object.
ZTEST | ( | mbox_api | , |
test_enhance_capability | |||
) |
#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>
Test mailbox enhance capabilities.
ZTEST | ( | mbox_api | , |
test_mbox_data_get_null | |||
) |
#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>
Test k_mbox_data_get() API.
ZTEST | ( | mbox_api | , |
test_mbox_get_put_block_data | |||
) |
#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