mirror of
https://github.com/thelsing/knx.git
synced 2025-10-12 11:15:54 +02:00
29 lines
992 B
C
29 lines
992 B
C
#ifndef _SMARTRF_SETTINGS_H_
|
|
#define _SMARTRF_SETTINGS_H_
|
|
|
|
//*********************************************************************************
|
|
// Generated by SmartRF Studio version 2.9.0 (build #168)
|
|
// Tested for SimpleLink SDK version: CC13x0 SDK 2.10.xx.xx
|
|
// Device: CC1310 Rev. 2.1
|
|
//
|
|
//*********************************************************************************
|
|
|
|
#include <ti/devices/DeviceFamily.h>
|
|
#include DeviceFamily_constructPath(driverlib/rf_mailbox.h)
|
|
#include DeviceFamily_constructPath(driverlib/rf_common_cmd.h)
|
|
#include DeviceFamily_constructPath(driverlib/rf_prop_cmd.h)
|
|
#include <ti/drivers/rf/RF.h>
|
|
|
|
// TI-RTOS RF Mode Object
|
|
extern RF_Mode RF_prop;
|
|
|
|
// RF Core API commands
|
|
extern rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_cmdPropRadioDivSetup;
|
|
extern rfc_CMD_FS_t RF_cmdFs;
|
|
extern rfc_CMD_PROP_TX_t RF_cmdPropTx;
|
|
extern rfc_CMD_PROP_RX_t RF_cmdPropRx;
|
|
extern rfc_CMD_PROP_RX_ADV_t RF_pCmdPropRxAdv;
|
|
extern rfc_CMD_TX_TEST_t RF_cmdTxTest;
|
|
|
|
#endif // _SMARTRF_SETTINGS_H_
|