rflib
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 timeout 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 timeout with csConf.timeoutRes = 1. More...
 
#define PROP_DONE_BUSYTIMEOUT   0x340A
 Carrier sense operation ended because of timeout 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
 Tx underflow observed during operation. More...
 

Macro Definition Documentation

§ PROP_DONE_OK

#define PROP_DONE_OK   0x3400

Operation ended normally.

§ PROP_DONE_RXTIMEOUT

#define PROP_DONE_RXTIMEOUT   0x3401

Operation stopped after end trigger while waiting for sync.

§ PROP_DONE_BREAK

#define PROP_DONE_BREAK   0x3402

Rx stopped due to timeout in the middle of a packet.

§ PROP_DONE_ENDED

#define PROP_DONE_ENDED   0x3403

Operation stopped after end trigger during reception.

§ PROP_DONE_STOPPED

#define PROP_DONE_STOPPED   0x3404

Operation stopped after stop command.

§ PROP_DONE_ABORT

#define PROP_DONE_ABORT   0x3405

Operation aborted by abort command.

§ PROP_DONE_RXERR

#define PROP_DONE_RXERR   0x3406

Operation ended after receiving packet with CRC error.

§ PROP_DONE_IDLE

#define PROP_DONE_IDLE   0x3407

Carrier sense operation ended because of idle channel.

§ PROP_DONE_BUSY

#define PROP_DONE_BUSY   0x3408

Carrier sense operation ended because of busy channel.

§ PROP_DONE_IDLETIMEOUT

#define PROP_DONE_IDLETIMEOUT   0x3409

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

§ PROP_DONE_BUSYTIMEOUT

#define PROP_DONE_BUSYTIMEOUT   0x340A

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

§ PROP_ERROR_PAR

#define PROP_ERROR_PAR   0x3800

Illegal parameter.

§ PROP_ERROR_RXBUF

#define PROP_ERROR_RXBUF   0x3801

No available Rx buffer at the start of a packet.

§ PROP_ERROR_RXFULL

#define PROP_ERROR_RXFULL   0x3802

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

§ PROP_ERROR_NO_SETUP

#define PROP_ERROR_NO_SETUP   0x3803

Radio was not set up in proprietary mode.

§ PROP_ERROR_NO_FS

#define PROP_ERROR_NO_FS   0x3804

Synth was not programmed when running Rx or Tx.

§ PROP_ERROR_RXOVF

#define PROP_ERROR_RXOVF   0x3805

Rx overflow observed during operation.

§ PROP_ERROR_TXUNF

#define PROP_ERROR_TXUNF   0x3806

Tx underflow observed during operation.

© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale