CC26xx Driver Library
rfc_CMD_IEEE_CCA_REQ_s Struct Reference

IEEE 802.15.4 CCA and RSSI Information Request Command. More...

#include <rf_ieee_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x2403. More...
 
int8_t currentRssi
 The RSSI currently observed on the channel. More...
 
int8_t maxRssi
 The maximum RSSI observed on the channel since Rx was started. More...
 
struct {
   uint8_t   ccaState:2
 Value of the current CCA state
0: Idle
1: Busy
2: Invalid. More...
 
   uint8_t   ccaEnergy:2
 Value of the current energy detect CCA state
0: Idle
1: Busy
2: Invalid. More...
 
   uint8_t   ccaCorr:2
 Value of the current correlator based carrier sense CCA state
0: Idle
1: Busy
2: Invalid. More...
 
   uint8_t   ccaSync:1
 Value of the current sync found based carrier sense CCA state
0: Idle
1: Busy. More...
 
ccaInfo
 

Detailed Description

IEEE 802.15.4 CCA and RSSI Information Request Command.

Field Documentation

uint8_t rfc_CMD_IEEE_CCA_REQ_s::ccaCorr

Value of the current correlator based carrier sense CCA state
0: Idle
1: Busy
2: Invalid.

uint8_t rfc_CMD_IEEE_CCA_REQ_s::ccaEnergy

Value of the current energy detect CCA state
0: Idle
1: Busy
2: Invalid.

struct { ... } rfc_CMD_IEEE_CCA_REQ_s::ccaInfo
uint8_t rfc_CMD_IEEE_CCA_REQ_s::ccaState

Value of the current CCA state
0: Idle
1: Busy
2: Invalid.

uint8_t rfc_CMD_IEEE_CCA_REQ_s::ccaSync

Value of the current sync found based carrier sense CCA state
0: Idle
1: Busy.

uint16_t rfc_CMD_IEEE_CCA_REQ_s::commandNo

The command ID number 0x2403.

int8_t rfc_CMD_IEEE_CCA_REQ_s::currentRssi

The RSSI currently observed on the channel.

int8_t rfc_CMD_IEEE_CCA_REQ_s::maxRssi

The maximum RSSI observed on the channel since Rx was started.