CC26xx Driver Library
rf_ieee_mailbox.h File Reference
#include "rf_mailbox.h"

Macros

Operation not finished
#define IEEE_SUSPENDED   0x2001
 
Operation finished normally
#define IEEE_DONE_OK   0x2400
 Operation ended normally. More...
 
#define IEEE_DONE_BUSY   0x2401
 CSMA-CA operation ended with failure. More...
 
#define IEEE_DONE_STOPPED   0x2402
 Operation stopped after stop command. More...
 
#define IEEE_DONE_ACK   0x2403
 ACK packet received with pending data bit cleared. More...
 
#define IEEE_DONE_ACKPEND   0x2404
 ACK packet received with pending data bit set. More...
 
#define IEEE_DONE_TIMEOUT   0x2405
 Operation ended due to timeout. More...
 
#define IEEE_DONE_BGEND   0x2406
 operation ended More...
 
#define IEEE_DONE_ABORT   0x2407
 
Operation finished with error
#define IEEE_ERROR_PAR   0x2800
 Illegal parameter. More...
 
#define IEEE_ERROR_NO_SETUP   0x2801
 Operation using Rx or Tx attemted when not in 15.4 mode. More...
 
#define IEEE_ERROR_NO_FS   0x2802
 Operation using Rx or Tx attemted without frequency synth configured. More...
 
#define IEEE_ERROR_SYNTH_PROG   0x2803
 Synthesizer programming failed to complete on time. More...
 
#define IEEE_ERROR_RXOVF   0x2804
 Receiver overflowed during operation. More...
 
#define IEEE_ERROR_TXUNF   0x2805
 

Macro Definition Documentation

#define IEEE_DONE_ABORT   0x2407

Operation aborted by command

#define IEEE_DONE_ACK   0x2403

ACK packet received with pending data bit cleared.

#define IEEE_DONE_ACKPEND   0x2404

ACK packet received with pending data bit set.

#define IEEE_DONE_BGEND   0x2406

operation ended

FG operation ended because necessary background level

#define IEEE_DONE_BUSY   0x2401

CSMA-CA operation ended with failure.

#define IEEE_DONE_OK   0x2400

Operation ended normally.

#define IEEE_DONE_STOPPED   0x2402

Operation stopped after stop command.

#define IEEE_DONE_TIMEOUT   0x2405

Operation ended due to timeout.

#define IEEE_ERROR_NO_FS   0x2802

Operation using Rx or Tx attemted without frequency synth configured.

#define IEEE_ERROR_NO_SETUP   0x2801

Operation using Rx or Tx attemted when not in 15.4 mode.

#define IEEE_ERROR_PAR   0x2800

Illegal parameter.

#define IEEE_ERROR_RXOVF   0x2804

Receiver overflowed during operation.

#define IEEE_ERROR_SYNTH_PROG   0x2803

Synthesizer programming failed to complete on time.

#define IEEE_ERROR_TXUNF   0x2805

Transmitter underflowed during operation

#define IEEE_SUSPENDED   0x2001

Operation suspended