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...
 

Detailed Description

Definition at line 173 of file rf_hs_cmd.h.

Field Documentation

int8_t rfc_hsRxOutput_s::lastRssi

RSSI of last received packet.

Definition at line 178 of file rf_hs_cmd.h.

uint16_t rfc_hsRxOutput_s::nRxAborted

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

Definition at line 176 of file rf_hs_cmd.h.

uint8_t rfc_hsRxOutput_s::nRxBufFull

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

Definition at line 177 of file rf_hs_cmd.h.

uint16_t rfc_hsRxOutput_s::nRxNok

Number of packets that have been received with CRC error.

Definition at line 175 of file rf_hs_cmd.h.

uint16_t rfc_hsRxOutput_s::nRxOk

Number of packets that have been received with CRC OK.

Definition at line 174 of file rf_hs_cmd.h.

ratmr_t rfc_hsRxOutput_s::timeStamp

Time stamp of last received packet.

Definition at line 179 of file rf_hs_cmd.h.