CC13xx Driver Library
rf_ble_mailbox.h File Reference

Macros

Operation finished normally
#define BLE_DONE_OK   0x1400
 Operation ended normally. More...
 
#define BLE_DONE_RXTIMEOUT   0x1401
 Timeout of first Rx of slave operation or end of scan window. More...
 
#define BLE_DONE_NOSYNC   0x1402
 Timeout of subsequent Rx. More...
 
#define BLE_DONE_RXERR   0x1403
 Operation ended because of receive error (CRC or other) More...
 
#define BLE_DONE_CONNECT   0x1404
 CONNECT_REQ received or transmitted. More...
 
#define BLE_DONE_MAXNACK   0x1405
 Maximum number of retransmissions exceeded. More...
 
#define BLE_DONE_ENDED   0x1406
 Operation stopped after end trigger. More...
 
#define BLE_DONE_ABORT   0x1407
 Operation aborted by command. More...
 
#define BLE_DONE_STOPPED   0x1408
 
Operation finished with error
#define BLE_ERROR_PAR   0x1800
 Illegal parameter. More...
 
#define BLE_ERROR_RXBUF   0x1801
 No available Rx buffer (Advertiser, Scanner, Initiator) More...
 
#define BLE_ERROR_NO_SETUP   0x1802
 Operation using Rx or Tx attemted when not in BLE mode. More...
 
#define BLE_ERROR_NO_FS   0x1803
 Operation using Rx or Tx attemted without frequency synth configured. More...
 
#define BLE_ERROR_SYNTH_PROG   0x1804
 Synthesizer programming failed to complete on time. More...
 
#define BLE_ERROR_RXOVF   0x1805
 Receiver overflowed during operation. More...
 
#define BLE_ERROR_TXUNF   0x1806
 

Macro Definition Documentation

#define BLE_DONE_ABORT   0x1407

Operation aborted by command.

#define BLE_DONE_CONNECT   0x1404

CONNECT_REQ received or transmitted.

#define BLE_DONE_ENDED   0x1406

Operation stopped after end trigger.

#define BLE_DONE_MAXNACK   0x1405

Maximum number of retransmissions exceeded.

#define BLE_DONE_NOSYNC   0x1402

Timeout of subsequent Rx.

#define BLE_DONE_OK   0x1400

Operation ended normally.

#define BLE_DONE_RXERR   0x1403

Operation ended because of receive error (CRC or other)

#define BLE_DONE_RXTIMEOUT   0x1401

Timeout of first Rx of slave operation or end of scan window.

#define BLE_DONE_STOPPED   0x1408

Operation stopped after stop command

#define BLE_ERROR_NO_FS   0x1803

Operation using Rx or Tx attemted without frequency synth configured.

#define BLE_ERROR_NO_SETUP   0x1802

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

#define BLE_ERROR_PAR   0x1800

Illegal parameter.

#define BLE_ERROR_RXBUF   0x1801

No available Rx buffer (Advertiser, Scanner, Initiator)

#define BLE_ERROR_RXOVF   0x1805

Receiver overflowed during operation.

#define BLE_ERROR_SYNTH_PROG   0x1804

Synthesizer programming failed to complete on time.

#define BLE_ERROR_TXUNF   0x1806

Transmitter underflowed during operation