CC13xx Driver Library
rfc_bleRxStatus_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

struct {
   uint8_t   channel:6
 
   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
 

Detailed Description

Definition at line 1077 of file rf_ble_cmd.h.

Field Documentation

uint8_t rfc_bleRxStatus_s::bCrcErr

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

Definition at line 1082 of file rf_ble_cmd.h.

uint8_t rfc_bleRxStatus_s::bIgnore

1 if the packet is marked as ignored, 0 otherwise

Definition at line 1081 of file rf_ble_cmd.h.

uint8_t rfc_bleRxStatus_s::channel

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

Definition at line 1079 of file rf_ble_cmd.h.

struct { ... } rfc_bleRxStatus_s::status