app_mailbox_def

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Mailbox definition structure. More...

#include <app_mailbox.h>

Data Fields

uint32_t queue_sz
uint32_t item_sz
void * pool

Detailed Description

Mailbox definition structure.

Field Documentation

uint32_t app_mailbox_def::item_sz

size of an item.

void* app_mailbox_def::pool

memory array for mail.

uint32_t app_mailbox_def::queue_sz

number of elements in the queue.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .