![]() |
![]() |
Mailbox Statistics. More...
#include <drivers/mailbox/mailbox.h>
Data Fields | |
| uint32_t | txBoxStatus |
| Status of TX box (full or empty) | |
| uint16_t | txCount |
| Number of TX messages successfully sent (acknowledgement has been received) | |
| uint16_t | rxCount |
| Number of RX messages received. | |
| uint32_t | newMessageFlag |
| Flag used for read polling mode. Indicate if a new message has arrived. | |
| uint32_t | numBytesRead |
| Number of bytes already read by past calls to the read API in current message. | |
| uint16_t | boxFullIsrCount |
| Number of full box ISR received. | |
| uint16_t | boxEmptyIsrCount |
| Number of empty box ISR received. | |
| uint16_t | readFlushCount |
| Number of times the readFlush API was called. | |
| uint8_t | boxFullIsrErrCount |
| Number of full box ISR received with invalid arg. | |
| uint8_t | boxEmptyIsrErrCount |
| Number of empty box ISR received with invalid arg. | |
| uint32_t | regLclToRemRaw |
| Mailbox register. | |
| uint32_t | regRemToLocRaw |
| Mailbox register. | |
| uint32_t | regLclToRemMask |
| Mailbox register. | |
| uint32_t | regRemToLocMask |
| Mailbox register. | |
Mailbox Statistics.
The structure describes the Mailbox statistics information