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

Data Structures

struct  rfc_bleRadioOp_s
 
struct  rfc_CMD_BLE_SLAVE_s
 BLE Slave Command. More...
 
struct  rfc_CMD_BLE_MASTER_s
 BLE Master Command. More...
 
struct  rfc_CMD_BLE_ADV_s
 BLE Connectable Undirected Advertiser Command. More...
 
struct  rfc_CMD_BLE_ADV_DIR_s
 BLE Connectable Directed Advertiser Command. More...
 
struct  rfc_CMD_BLE_ADV_NC_s
 BLE Non-Connectable Advertiser Command. More...
 
struct  rfc_CMD_BLE_ADV_SCAN_s
 BLE Scannable Undirected Advertiser Command. More...
 
struct  rfc_CMD_BLE_SCANNER_s
 BLE Scanner Command. More...
 
struct  rfc_CMD_BLE_INITIATOR_s
 BLE Initiator Command. More...
 
struct  rfc_CMD_BLE_GENERIC_RX_s
 BLE Generic Receiver Command. More...
 
struct  rfc_CMD_BLE_TX_TEST_s
 BLE PHY Test Transmitter Command. More...
 
struct  rfc_CMD_BLE_ADV_PAYLOAD_s
 BLE Update Advertising Payload Command. More...
 
struct  rfc_CMD_BLE5_RADIO_SETUP_s
 Define only for compatibility with CC26XXR2F family. Command will result in error if sent. More...
 
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 __RFC_STRUCT_ATTR
 
#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
 
#define CMD_BLE5_RADIO_SETUP   0x1820
 

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_CMD_BLE5_RADIO_SETUP_s rfc_CMD_BLE5_RADIO_SETUP_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
 

Variables

struct __RFC_STRUCT rfc_bleRadioOp_s __RFC_STRUCT_ATTR
 

Macro Definition Documentation

#define __RFC_STRUCT