CC13xx Driver Library
rfc_bleRxStatus_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

struct {
   uint8_t   channel:6
 The channel on which the packet was received, provided channel is in the range 0–39; otherwise 0x3F. More...
 
   uint8_t   bIgnore:1
 1 if the packet is marked as ignored, 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_bleRxStatus_s::bCrcErr

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

uint8_t rfc_bleRxStatus_s::bIgnore

1 if the packet is marked as ignored, 0 otherwise

uint8_t rfc_bleRxStatus_s::channel

The channel on which the packet was received, provided channel is in the range 0–39; otherwise 0x3F.

struct { ... } rfc_bleRxStatus_s::status