Mistake on this page?
Report an issue in GitHub or email us
Data Fields
BbBleDataPktStats_t Struct Reference

Data packet statistics. More...

#include <bb_ble_api.h>

Data Fields

uint32_t rxData
 
uint32_t rxDataCrc
 
uint32_t rxDataTimeout
 
uint32_t txData
 
uint32_t errData
 
uint16_t rxSetupUsec
 
uint16_t txSetupUsec
 
uint16_t rxIsrUsec
 
uint16_t txIsrUsec
 

Detailed Description

Data packet statistics.

Definition at line 126 of file bb_ble_api.h.

Field Documentation

uint32_t errData

Number of data transaction errors.

Definition at line 132 of file bb_ble_api.h.

uint32_t rxData

Number of successfully received data packets.

Definition at line 128 of file bb_ble_api.h.

uint32_t rxDataCrc

Number of received data packets with CRC errors.

Definition at line 129 of file bb_ble_api.h.

uint32_t rxDataTimeout

Number of timed out data packets (receive timeout).

Definition at line 130 of file bb_ble_api.h.

uint16_t rxIsrUsec

Rx ISR processing watermark in microseconds.

Definition at line 135 of file bb_ble_api.h.

uint16_t rxSetupUsec

Rx packet setup watermark in microseconds.

Definition at line 133 of file bb_ble_api.h.

uint32_t txData

Number of sent data packets.

Definition at line 131 of file bb_ble_api.h.

uint16_t txIsrUsec

Tx ISR processing watermark in microseconds.

Definition at line 136 of file bb_ble_api.h.

uint16_t txSetupUsec

Tx packet setup watermark in microseconds.

Definition at line 134 of file bb_ble_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.