CC13xx Driver Library
rf_hs_mailbox.h File Reference

Go to the source code of this file.

Macros

Operation finished normally
#define HS_DONE_OK   0x3440
 Operation ended normally. More...
 
#define HS_DONE_RXTIMEOUT   0x3441
 Operation stopped after end trigger while waiting for sync. More...
 
#define HS_DONE_RXERR   0x3442
 Operation ended after CRC error. More...
 
#define HS_DONE_TXBUF   0x3443
 Tx queue was empty at start of operation. More...
 
#define HS_DONE_ENDED   0x3444
 Operation stopped after end trigger during reception. More...
 
#define HS_DONE_STOPPED   0x3445
 Operation stopped after stop command. More...
 
#define HS_DONE_ABORT   0x3446
 
Operation finished with error
#define HS_ERROR_PAR   0x3840
 Illegal parameter. More...
 
#define HS_ERROR_RXBUF   0x3841
 No available Rx buffer at the start of a packet. More...
 
#define HS_ERROR_NO_SETUP   0x3842
 Radio was not set up in a compatible mode. More...
 
#define HS_ERROR_NO_FS   0x3843
 Synth was not programmed when running Rx or Tx. More...
 
#define HS_ERROR_RXOVF   0x3844
 Rx overflow observed during operation. More...
 
#define HS_ERROR_TXUNF   0x3845
 

Macro Definition Documentation

#define HS_DONE_ABORT   0x3446

Operation aborted by abort command

Definition at line 52 of file rf_hs_mailbox.h.

#define HS_DONE_ENDED   0x3444

Operation stopped after end trigger during reception.

Definition at line 50 of file rf_hs_mailbox.h.

#define HS_DONE_OK   0x3440

Operation ended normally.

Definition at line 46 of file rf_hs_mailbox.h.

#define HS_DONE_RXERR   0x3442

Operation ended after CRC error.

Definition at line 48 of file rf_hs_mailbox.h.

#define HS_DONE_RXTIMEOUT   0x3441

Operation stopped after end trigger while waiting for sync.

Definition at line 47 of file rf_hs_mailbox.h.

#define HS_DONE_STOPPED   0x3445

Operation stopped after stop command.

Definition at line 51 of file rf_hs_mailbox.h.

#define HS_DONE_TXBUF   0x3443

Tx queue was empty at start of operation.

Definition at line 49 of file rf_hs_mailbox.h.

#define HS_ERROR_NO_FS   0x3843

Synth was not programmed when running Rx or Tx.

Definition at line 59 of file rf_hs_mailbox.h.

#define HS_ERROR_NO_SETUP   0x3842

Radio was not set up in a compatible mode.

Definition at line 58 of file rf_hs_mailbox.h.

#define HS_ERROR_PAR   0x3840

Illegal parameter.

Definition at line 56 of file rf_hs_mailbox.h.

#define HS_ERROR_RXBUF   0x3841

No available Rx buffer at the start of a packet.

Definition at line 57 of file rf_hs_mailbox.h.

#define HS_ERROR_RXOVF   0x3844

Rx overflow observed during operation.

Definition at line 60 of file rf_hs_mailbox.h.

#define HS_ERROR_TXUNF   0x3845

Tx underflow observed during operation

Definition at line 61 of file rf_hs_mailbox.h.