Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
#include "test_msgq.h"
Functions | |
static void | put_fail (struct k_msgq *q) |
static void | get_fail (struct k_msgq *q) |
void | test_msgq_put_fail (void) |
Test returned error code during writing in msgq. More... | |
void | test_msgq_user_put_fail (void) |
Test returned error code during writing in msgq. More... | |
void | test_msgq_get_fail (void) |
Test returned error code during reading from msgq. More... | |
void | test_msgq_user_get_fail (void) |
Test returned error code during reading from msgq. More... | |
Variables | |
static ZTEST_BMEM char | tbuffer [4 *2] |
static ZTEST_DMEM uint32_t | data [2] = { 0xABCD , 0x1234 } |
struct k_msgq | msgq |
|
static |
TESTPOINT: msgq get returns -ENOMSG
TESTPOINT: msgq get returns -EAGAIN
|
static |
TESTPOINT: msgq put returns -ENOMSG
TESTPOINT: msgq put returns -EAGAIN
|
static |
|
extern |
|
static |