CBUFF Statistics.
The structure describes the CBUFF statistics which can be used to determine the behavior of the CBUFF module.
Data Fields | |
uint32_t | numFrameDone |
Number of frame done interrupts received: This is available only in the following cases: (a) Enable debug mode (b) Sessions with the Frame done callback If either of the above cases is not met the value of this is always 0. More... | |
uint32_t | numChirpDone |
Number of chirp done interrupts received: This is available only in the following cases: (a) Enable debug mode (b) Sessions with the Frame done callback If either of the above cases is not met the value of this is always 0. More... | |
uint32_t | numErrorInterrupts |
Number of error interrupts received. This is always available. More... | |
uint8_t | frameStartError |
Flag which indicated if a frame start error was detected. This is always available. More... | |
uint8_t | chirpError |
Flag which indicated if a chirp error was detected. This is always available. More... | |
uint32_t CBUFF_Stats::numFrameDone |
Number of frame done interrupts received: This is available only in the following cases: (a) Enable debug mode (b) Sessions with the Frame done callback If either of the above cases is not met the value of this is always 0.
uint32_t CBUFF_Stats::numChirpDone |
Number of chirp done interrupts received: This is available only in the following cases: (a) Enable debug mode (b) Sessions with the Frame done callback If either of the above cases is not met the value of this is always 0.
uint32_t CBUFF_Stats::numErrorInterrupts |
Number of error interrupts received. This is always available.
uint8_t CBUFF_Stats::frameStartError |
Flag which indicated if a frame start error was detected. This is always available.
uint8_t CBUFF_Stats::chirpError |
Flag which indicated if a chirp error was detected. This is always available.