rflib
Data Fields
rfc_propRxOutput_s Struct Reference

#include <rf_prop_cmd.h>

Data Fields

uint16_t nRxOk
 Number of packets that have been received with payload, CRC OK and not ignored. More...
 
uint16_t nRxNok
 Number of packets that have been received with CRC error. More...
 
uint8_t nRxIgnored
 Number of packets that have been received with CRC OK and ignored due to address mismatch. More...
 
uint8_t nRxStopped
 Number of packets not received due to illegal length or address mismatch with pktConf.filterOp = 1. 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

§ nRxOk

uint16_t rfc_propRxOutput_s::nRxOk

Number of packets that have been received with payload, CRC OK and not ignored.

§ nRxNok

uint16_t rfc_propRxOutput_s::nRxNok

Number of packets that have been received with CRC error.

§ nRxIgnored

uint8_t rfc_propRxOutput_s::nRxIgnored

Number of packets that have been received with CRC OK and ignored due to address mismatch.

§ nRxStopped

uint8_t rfc_propRxOutput_s::nRxStopped

Number of packets not received due to illegal length or address mismatch with pktConf.filterOp = 1.

§ nRxBufFull

uint8_t rfc_propRxOutput_s::nRxBufFull

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

§ lastRssi

int8_t rfc_propRxOutput_s::lastRssi

RSSI of last received packet.

§ timeStamp

ratmr_t rfc_propRxOutput_s::timeStamp

Time stamp of last received packet.


The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale