Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_msgq_attrs.c File Reference
#include "test_msgq.h"

Functions

static void attrs_get (struct k_msgq *q)
 
 ZTEST (msgq_api, test_msgq_attrs_get)
 Test basic attributes of a message queue.
 
 ZTEST_USER (msgq_api, test_msgq_user_attrs_get)
 Test basic attributes of a message queue.
 

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 }
 

Function Documentation

◆ attrs_get()

static void attrs_get ( struct k_msgq q)
static

Variable Documentation

◆ msgq

struct k_msgq msgq
extern

◆ rec_buf

ZTEST_DMEM uint32_t rec_buf[2] = { 0xABCD , 0x1234 }
static

◆ send_buf

ZTEST_DMEM uint32_t send_buf[2] = { 0xABCD , 0x1234 }
static

◆ tbuffer

ZTEST_BMEM char tbuffer[4 * 2]
static