CC13xx Driver Library
rfc_hsRxStatus_s Struct Reference

#include <rf_hs_cmd.h>

Data Fields

struct {
   uint16_t   rssi:8
 RSSI of the received packet in dBm (signed) More...
 
   uint16_t   bCrcErr:1
 0: Packet received OK
1: Packet received with CRC error More...
 
   uint16_t   addressInd:2
 0: Received address0 (or no address check)
1: Received address1
2: Received address 0x0000
3: Received address 0xFFFF More...
 
status
 

Field Documentation

uint16_t rfc_hsRxStatus_s::addressInd

0: Received address0 (or no address check)
1: Received address1
2: Received address 0x0000
3: Received address 0xFFFF

uint16_t rfc_hsRxStatus_s::bCrcErr

0: Packet received OK
1: Packet received with CRC error

uint16_t rfc_hsRxStatus_s::rssi

RSSI of the received packet in dBm (signed)

struct { ... } rfc_hsRxStatus_s::status