PDK API Guide for J721E
MailboxP_Params Struct Reference

Detailed Description

Basic MailboxP Parameters.

Structure that contains the parameters are passed into MailboxP_create when creating a MailboxP instance. NOTE : bufsize in SafeRTOS should have additional portQUEUE_OVERHEAD_BYTES.

Data Fields

void * pErrBlk
 
void * name
 
uint32_t size
 
uint32_t count
 
uint32_t bufsize
 
void * buf
 

Field Documentation

◆ pErrBlk

void* MailboxP_Params::pErrBlk

Pointer to the error block for mailbox create

◆ name

void* MailboxP_Params::name

Name of the mailbox

◆ size

uint32_t MailboxP_Params::size

The size of message, in bytes

◆ count

uint32_t MailboxP_Params::count

Length of mailbox. The maximum number of items the mailbox can hold at any one time.

◆ bufsize

uint32_t MailboxP_Params::bufsize

Buffer size. This should be large enough to hold the maximum number of items

◆ buf

void* MailboxP_Params::buf

pointer to buffer memory