|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include "test_msgq.h"Functions | |
| static void | attrs_get (struct k_msgq *q) |
| void | test_msgq_attrs_get (void) |
| Test basic attributes of a message queue. More... | |
| void | test_msgq_user_attrs_get (void) |
| Test basic attributes of a message queue. More... | |
Variables | |
| struct k_msgq | msgq |
| static ZTEST_BMEM char | tbuffer [4 *2] |
| static ZTEST_DMEM uint32_t | send_buf [2] = { 0xABCD , 0x1234 } |
| static ZTEST_DMEM uint32_t | rec_buf [2] = { 0xABCD , 0x1234 } |
|
extern |
|
static |
|
static |
|
static |