![]() |
PDK API Guide for J721E
|
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 |
| void* MailboxP_Params::pErrBlk |
Pointer to the error block for mailbox create
| void* MailboxP_Params::name |
Name of the mailbox
| uint32_t MailboxP_Params::size |
The size of message, in bytes
| uint32_t MailboxP_Params::count |
Length of mailbox. The maximum number of items the mailbox can hold at any one time.
| uint32_t MailboxP_Params::bufsize |
Buffer size. This should be large enough to hold the maximum number of items
| void* MailboxP_Params::buf |
pointer to buffer memory