Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Mailbox

Tests for the mailbox kernel object. More...

Functions

 ZTEST (mbox_api, test_enhance_capability)
 Test mailbox enhance capabilities.
 

Detailed Description

Tests for the mailbox kernel object.

Function Documentation

◆ ZTEST()

ZTEST ( mbox_api  ,
test_enhance_capability   
)

#include <tests/kernel/mbox/mbox_api/src/test_mbox_api.c>

Test mailbox enhance capabilities.

  • Define and initialized a message queue and a mailbox
  • Verify the capability of message queue and mailbox
  • with same data.
See also
k_msgq_init() k_msgq_put() k_mbox_async_put() k_mbox_get()