CC13xx Driver Library
rfc_bleGenericRxOutput_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

uint16_t nRxOk
 Number of packets received with CRC OK. More...
 
uint16_t nRxNok
 Number of packets received with CRC error. More...
 
uint16_t nRxBufFull
 Number of packets that have been received and discarded due to lack of buffer space. More...
 
int8_t lastRssi
 The RSSI of the last received packet. More...
 
uint8_t __dummy0
 
ratmr_t timeStamp
 Time stamp of the last received packet. More...
 

Field Documentation

uint8_t rfc_bleGenericRxOutput_s::__dummy0
int8_t rfc_bleGenericRxOutput_s::lastRssi

The RSSI of the last received packet.

uint16_t rfc_bleGenericRxOutput_s::nRxBufFull

Number of packets that have been received and discarded due to lack of buffer space.

uint16_t rfc_bleGenericRxOutput_s::nRxNok

Number of packets received with CRC error.

uint16_t rfc_bleGenericRxOutput_s::nRxOk

Number of packets received with CRC OK.

ratmr_t rfc_bleGenericRxOutput_s::timeStamp

Time stamp of the last received packet.