CC13xx Driver Library
rf_prop_mailbox.h File Reference

Go to the source code of this file.

Macros

Operation finished normally
#define PROP_DONE_OK   0x3400
 Operation ended normally. More...
 
#define PROP_DONE_RXTIMEOUT   0x3401
 Operation stopped after end trigger while waiting for sync. More...
 
#define PROP_DONE_BREAK   0x3402
 Rx stopped due to time out in the middle of a packet. More...
 
#define PROP_DONE_ENDED   0x3403
 Operation stopped after end trigger during reception. More...
 
#define PROP_DONE_STOPPED   0x3404
 Operation stopped after stop command. More...
 
#define PROP_DONE_ABORT   0x3405
 Operation aborted by abort command. More...
 
#define PROP_DONE_RXERR   0x3406
 Operation ended after receiving packet with CRC error. More...
 
#define PROP_DONE_IDLE   0x3407
 Carrier sense operation ended because of idle channel. More...
 
#define PROP_DONE_BUSY   0x3408
 Carrier sense operation ended because of busy channel. More...
 
#define PROP_DONE_IDLETIMEOUT   0x3409
 Carrier sense operation ended because of time out with csConf.timeoutRes = 1. More...
 
#define PROP_DONE_BUSYTIMEOUT   0x340A
 Carrier sense operation ended because of time out with csConf.timeoutRes = 0. More...
 
Operation finished with error
#define PROP_ERROR_PAR   0x3800
 Illegal parameter. More...
 
#define PROP_ERROR_RXBUF   0x3801
 No available Rx buffer at the start of a packet. More...
 
#define PROP_ERROR_RXFULL   0x3802
 Out of Rx buffer during reception in a partial read buffer. More...
 
#define PROP_ERROR_NO_SETUP   0x3803
 Radio was not set up in proprietary mode. More...
 
#define PROP_ERROR_NO_FS   0x3804
 Synth was not programmed when running Rx or Tx. More...
 
#define PROP_ERROR_RXOVF   0x3805
 Rx overflow observed during operation. More...
 
#define PROP_ERROR_TXUNF   0x3806
 

Macro Definition Documentation

#define PROP_DONE_ABORT   0x3405

Operation aborted by abort command.

Definition at line 51 of file rf_prop_mailbox.h.

#define PROP_DONE_BREAK   0x3402

Rx stopped due to time out in the middle of a packet.

Definition at line 48 of file rf_prop_mailbox.h.

#define PROP_DONE_BUSY   0x3408

Carrier sense operation ended because of busy channel.

Definition at line 54 of file rf_prop_mailbox.h.

#define PROP_DONE_BUSYTIMEOUT   0x340A

Carrier sense operation ended because of time out with csConf.timeoutRes = 0.

Definition at line 56 of file rf_prop_mailbox.h.

#define PROP_DONE_ENDED   0x3403

Operation stopped after end trigger during reception.

Definition at line 49 of file rf_prop_mailbox.h.

#define PROP_DONE_IDLE   0x3407

Carrier sense operation ended because of idle channel.

Definition at line 53 of file rf_prop_mailbox.h.

#define PROP_DONE_IDLETIMEOUT   0x3409

Carrier sense operation ended because of time out with csConf.timeoutRes = 1.

Definition at line 55 of file rf_prop_mailbox.h.

#define PROP_DONE_OK   0x3400

Operation ended normally.

Definition at line 46 of file rf_prop_mailbox.h.

#define PROP_DONE_RXERR   0x3406

Operation ended after receiving packet with CRC error.

Definition at line 52 of file rf_prop_mailbox.h.

#define PROP_DONE_RXTIMEOUT   0x3401

Operation stopped after end trigger while waiting for sync.

Definition at line 47 of file rf_prop_mailbox.h.

#define PROP_DONE_STOPPED   0x3404

Operation stopped after stop command.

Definition at line 50 of file rf_prop_mailbox.h.

#define PROP_ERROR_NO_FS   0x3804

Synth was not programmed when running Rx or Tx.

Definition at line 65 of file rf_prop_mailbox.h.

#define PROP_ERROR_NO_SETUP   0x3803

Radio was not set up in proprietary mode.

Definition at line 64 of file rf_prop_mailbox.h.

#define PROP_ERROR_PAR   0x3800

Illegal parameter.

Definition at line 61 of file rf_prop_mailbox.h.

#define PROP_ERROR_RXBUF   0x3801

No available Rx buffer at the start of a packet.

Definition at line 62 of file rf_prop_mailbox.h.

#define PROP_ERROR_RXFULL   0x3802

Out of Rx buffer during reception in a partial read buffer.

Definition at line 63 of file rf_prop_mailbox.h.

#define PROP_ERROR_RXOVF   0x3805

Rx overflow observed during operation.

Definition at line 66 of file rf_prop_mailbox.h.

#define PROP_ERROR_TXUNF   0x3806

Tx underflow observed during operation

Definition at line 67 of file rf_prop_mailbox.h.