CC13xx Driver Library
rf_ble_mailbox.h File Reference

Go to the source code of this file.

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.

Definition at line 53 of file rf_ble_mailbox.h.

#define BLE_DONE_CONNECT   0x1404

CONNECT_REQ received or transmitted.

Definition at line 50 of file rf_ble_mailbox.h.

#define BLE_DONE_ENDED   0x1406

Operation stopped after end trigger.

Definition at line 52 of file rf_ble_mailbox.h.

#define BLE_DONE_MAXNACK   0x1405

Maximum number of retransmissions exceeded.

Definition at line 51 of file rf_ble_mailbox.h.

#define BLE_DONE_NOSYNC   0x1402

Timeout of subsequent Rx.

Definition at line 48 of file rf_ble_mailbox.h.

#define BLE_DONE_OK   0x1400

Operation ended normally.

Definition at line 46 of file rf_ble_mailbox.h.

#define BLE_DONE_RXERR   0x1403

Operation ended because of receive error (CRC or other)

Definition at line 49 of file rf_ble_mailbox.h.

#define BLE_DONE_RXTIMEOUT   0x1401

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

Definition at line 47 of file rf_ble_mailbox.h.

#define BLE_DONE_STOPPED   0x1408

Operation stopped after stop command

Definition at line 54 of file rf_ble_mailbox.h.

#define BLE_ERROR_NO_FS   0x1803

Operation using Rx or Tx attemted without frequency synth configured.

Definition at line 61 of file rf_ble_mailbox.h.

#define BLE_ERROR_NO_SETUP   0x1802

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

Definition at line 60 of file rf_ble_mailbox.h.

#define BLE_ERROR_PAR   0x1800

Illegal parameter.

Definition at line 58 of file rf_ble_mailbox.h.

#define BLE_ERROR_RXBUF   0x1801

No available Rx buffer (Advertiser, Scanner, Initiator)

Definition at line 59 of file rf_ble_mailbox.h.

#define BLE_ERROR_RXOVF   0x1805

Receiver overflowed during operation.

Definition at line 63 of file rf_ble_mailbox.h.

#define BLE_ERROR_SYNTH_PROG   0x1804

Synthesizer programming failed to complete on time.

Definition at line 62 of file rf_ble_mailbox.h.

#define BLE_ERROR_TXUNF   0x1806

Transmitter underflowed during operation

Definition at line 64 of file rf_ble_mailbox.h.