CC13xx Driver Library
rfc_hsRxOutput_s Struct Reference

#include <rf_hs_cmd.h>

Data Fields

uint16_t nRxOk
 Number of packets that have been received with CRC OK. More...
 
uint16_t nRxNok
 Number of packets that have been received with CRC error. More...
 
uint16_t nRxAborted
 Number of packets not received due to illegal length or address mismatch. More...
 
uint8_t nRxBufFull
 Number of packets that have been received and discarded due to lack of buffer space. More...
 
int8_t lastRssi
 RSSI of last received packet. More...
 
ratmr_t timeStamp
 Time stamp of last received packet. More...
 

Field Documentation

int8_t rfc_hsRxOutput_s::lastRssi

RSSI of last received packet.

uint16_t rfc_hsRxOutput_s::nRxAborted

Number of packets not received due to illegal length or address mismatch.

uint8_t rfc_hsRxOutput_s::nRxBufFull

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

uint16_t rfc_hsRxOutput_s::nRxNok

Number of packets that have been received with CRC error.

uint16_t rfc_hsRxOutput_s::nRxOk

Number of packets that have been received with CRC OK.

ratmr_t rfc_hsRxOutput_s::timeStamp

Time stamp of last received packet.