![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Mailbox definition structure. More...
#include <app_mailbox.h>
Data Fields | |
| void * | p_pool |
| app_mailbox_cb_t * | p_cb |
| uint16_t | item_sz |
| uint8_t | queue_sz |
Mailbox definition structure.
| uint16_t app_mailbox_t::item_sz |
Size of a single item.
| app_mailbox_cb_t* app_mailbox_t::p_cb |
Mailbox handle.
| void* app_mailbox_t::p_pool |
Memory array for mail.
| uint8_t app_mailbox_t::queue_sz |
Capacity of the queue.