CC26xx Driver Library
rfc_ieeeRxCorrCrc_s Struct Reference

#include <rf_ieee_cmd.h>

Data Fields

struct {
   uint8_t   corr:6
 The correlation value. More...
 
   uint8_t   bIgnore:1
 1 if the packet should be rejected by frame filtering, 0 otherwise More...
 
   uint8_t   bCrcErr:1
 1 if the packet was received with CRC error, 0 otherwise More...
 
status
 

Field Documentation

uint8_t rfc_ieeeRxCorrCrc_s::bCrcErr

1 if the packet was received with CRC error, 0 otherwise

uint8_t rfc_ieeeRxCorrCrc_s::bIgnore

1 if the packet should be rejected by frame filtering, 0 otherwise

uint8_t rfc_ieeeRxCorrCrc_s::corr

The correlation value.

struct { ... } rfc_ieeeRxCorrCrc_s::status