CC13xx Driver Library
rf_ble_cmd.h File Reference
#include <stdint.h>
#include <driverlib/rf_mailbox.h>
#include <driverlib/rf_common_cmd.h>

Go to the source code of this file.

Data Structures

struct  rfc_bleRadioOp_s
 
struct  rfc_CMD_BLE_SLAVE_s
 
struct  rfc_CMD_BLE_MASTER_s
 
struct  rfc_CMD_BLE_ADV_s
 
struct  rfc_CMD_BLE_ADV_DIR_s
 
struct  rfc_CMD_BLE_ADV_NC_s
 
struct  rfc_CMD_BLE_ADV_SCAN_s
 
struct  rfc_CMD_BLE_SCANNER_s
 
struct  rfc_CMD_BLE_INITIATOR_s
 
struct  rfc_CMD_BLE_GENERIC_RX_s
 
struct  rfc_CMD_BLE_TX_TEST_s
 
struct  rfc_CMD_BLE_ADV_PAYLOAD_s
 
struct  rfc_bleMasterSlavePar_s
 
struct  rfc_bleMasterPar_s
 
struct  rfc_bleSlavePar_s
 
struct  rfc_bleAdvPar_s
 
struct  rfc_bleScannerPar_s
 
struct  rfc_bleInitiatorPar_s
 
struct  rfc_bleGenericRxPar_s
 
struct  rfc_bleTxTestPar_s
 
struct  rfc_bleMasterSlaveOutput_s
 
struct  rfc_bleAdvOutput_s
 
struct  rfc_bleScannerOutput_s
 
struct  rfc_bleInitiatorOutput_s
 
struct  rfc_bleGenericRxOutput_s
 
struct  rfc_bleTxTestOutput_s
 
struct  rfc_bleWhiteListEntry_s
 
struct  rfc_bleRxStatus_s
 

Macros

#define __RFC_STRUCT
 
#define CMD_BLE_SLAVE   0x1801
 
#define CMD_BLE_MASTER   0x1802
 
#define CMD_BLE_ADV   0x1803
 
#define CMD_BLE_ADV_DIR   0x1804
 
#define CMD_BLE_ADV_NC   0x1805
 
#define CMD_BLE_ADV_SCAN   0x1806
 
#define CMD_BLE_SCANNER   0x1807
 
#define CMD_BLE_INITIATOR   0x1808
 
#define CMD_BLE_GENERIC_RX   0x1809
 
#define CMD_BLE_TX_TEST   0x180A
 
#define CMD_BLE_ADV_PAYLOAD   0x1001
 

Typedefs

typedef struct __RFC_STRUCT rfc_bleRadioOp_s rfc_bleRadioOp_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_SLAVE_s rfc_CMD_BLE_SLAVE_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_MASTER_s rfc_CMD_BLE_MASTER_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_ADV_s rfc_CMD_BLE_ADV_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_ADV_DIR_s rfc_CMD_BLE_ADV_DIR_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_ADV_NC_s rfc_CMD_BLE_ADV_NC_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_ADV_SCAN_s rfc_CMD_BLE_ADV_SCAN_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_SCANNER_s rfc_CMD_BLE_SCANNER_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_INITIATOR_s rfc_CMD_BLE_INITIATOR_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_GENERIC_RX_s rfc_CMD_BLE_GENERIC_RX_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_TX_TEST_s rfc_CMD_BLE_TX_TEST_t
 
typedef struct __RFC_STRUCT rfc_CMD_BLE_ADV_PAYLOAD_s rfc_CMD_BLE_ADV_PAYLOAD_t
 
typedef struct __RFC_STRUCT rfc_bleMasterSlavePar_s rfc_bleMasterSlavePar_t
 
typedef struct __RFC_STRUCT rfc_bleMasterPar_s rfc_bleMasterPar_t
 
typedef struct __RFC_STRUCT rfc_bleSlavePar_s rfc_bleSlavePar_t
 
typedef struct __RFC_STRUCT rfc_bleAdvPar_s rfc_bleAdvPar_t
 
typedef struct __RFC_STRUCT rfc_bleScannerPar_s rfc_bleScannerPar_t
 
typedef struct __RFC_STRUCT rfc_bleInitiatorPar_s rfc_bleInitiatorPar_t
 
typedef struct __RFC_STRUCT rfc_bleGenericRxPar_s rfc_bleGenericRxPar_t
 
typedef struct __RFC_STRUCT rfc_bleTxTestPar_s rfc_bleTxTestPar_t
 
typedef struct __RFC_STRUCT rfc_bleMasterSlaveOutput_s rfc_bleMasterSlaveOutput_t
 
typedef struct __RFC_STRUCT rfc_bleAdvOutput_s rfc_bleAdvOutput_t
 
typedef struct __RFC_STRUCT rfc_bleScannerOutput_s rfc_bleScannerOutput_t
 
typedef struct __RFC_STRUCT rfc_bleInitiatorOutput_s rfc_bleInitiatorOutput_t
 
typedef struct __RFC_STRUCT rfc_bleGenericRxOutput_s rfc_bleGenericRxOutput_t
 
typedef struct __RFC_STRUCT rfc_bleTxTestOutput_s rfc_bleTxTestOutput_t
 
typedef struct __RFC_STRUCT rfc_bleWhiteListEntry_s rfc_bleWhiteListEntry_t
 
typedef struct __RFC_STRUCT rfc_bleRxStatus_s rfc_bleRxStatus_t
 

Macro Definition Documentation

#define __RFC_STRUCT

Definition at line 46 of file rf_ble_cmd.h.