| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
#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.  More... | |
| ZTEST_USER (msgq_api, test_msgq_user_attrs_get) | |
| 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 } | 
      
  | 
  static | 
      
  | 
  extern | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static |