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
 

Detailed Description

Definition at line 188 of file rf_hs_cmd.h.

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

Definition at line 193 of file rf_hs_cmd.h.

uint16_t rfc_hsRxStatus_s::bCrcErr

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

Definition at line 191 of file rf_hs_cmd.h.

uint16_t rfc_hsRxStatus_s::rssi

RSSI of the received packet in dBm (signed)

Definition at line 190 of file rf_hs_cmd.h.

struct { ... } rfc_hsRxStatus_s::status