rflib
rf_hid_mailbox.h File Reference

Go to the source code of this file.

Macros

Operation finished normally
#define HID_DONE_OK   0x5400
 Operation ended normally. More...
 
#define HID_DONE_RXTIMEOUT   0x5401
 Operation stopped after end trigger while waiting for sync. More...
 
#define HID_DONE_NOSYNC   0x5402
 Timeout of subsequent Rx. More...
 
#define HID_DONE_RXERR   0x5403
 Operation ended after CRC error. More...
 
#define HID_DONE_ENDED   0x5404
 Operation stopped after end trigger during reception. More...
 
#define HID_DONE_STOPPED   0x5405
 Operation stopped after stop command. More...
 
#define HID_DONE_ABORT   0x5406
 Operation aborted by abort command. More...
 
Operation finished with error
#define HID_ERROR_PAR   0x5800
 Illegal parameter. More...
 
#define HID_ERROR_RXBUF   0x5801
 No available Rx buffer at the start of a packet. More...
 
#define HID_ERROR_NO_SETUP   0x5802
 Radio was not set up in a compatible mode. More...
 
#define HID_ERROR_NO_FS   0x5803
 Synth was not programmed when running Rx or Tx. More...
 
#define HID_ERROR_RXOVF   0x5804
 Rx overflow observed during operation. More...
 
#define HID_ERROR_TXUNF   0x5805
 Tx underflow observed during operation. More...
 

Macro Definition Documentation

§ HID_DONE_OK

#define HID_DONE_OK   0x5400

Operation ended normally.

§ HID_DONE_RXTIMEOUT

#define HID_DONE_RXTIMEOUT   0x5401

Operation stopped after end trigger while waiting for sync.

§ HID_DONE_NOSYNC

#define HID_DONE_NOSYNC   0x5402

Timeout of subsequent Rx.

§ HID_DONE_RXERR

#define HID_DONE_RXERR   0x5403

Operation ended after CRC error.

§ HID_DONE_ENDED

#define HID_DONE_ENDED   0x5404

Operation stopped after end trigger during reception.

§ HID_DONE_STOPPED

#define HID_DONE_STOPPED   0x5405

Operation stopped after stop command.

§ HID_DONE_ABORT

#define HID_DONE_ABORT   0x5406

Operation aborted by abort command.

§ HID_ERROR_PAR

#define HID_ERROR_PAR   0x5800

Illegal parameter.

§ HID_ERROR_RXBUF

#define HID_ERROR_RXBUF   0x5801

No available Rx buffer at the start of a packet.

§ HID_ERROR_NO_SETUP

#define HID_ERROR_NO_SETUP   0x5802

Radio was not set up in a compatible mode.

§ HID_ERROR_NO_FS

#define HID_ERROR_NO_FS   0x5803

Synth was not programmed when running Rx or Tx.

§ HID_ERROR_RXOVF

#define HID_ERROR_RXOVF   0x5804

Rx overflow observed during operation.

§ HID_ERROR_TXUNF

#define HID_ERROR_TXUNF   0x5805

Tx underflow observed during operation.

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