nRF5 SDK v12.1.0
Data Fields
app_mailbox_t Struct Reference

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
 

Detailed Description

Mailbox definition structure.

Field Documentation

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated