mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
31 lines
1.0 KiB
C
31 lines
1.0 KiB
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>
|
||
|
|
||
|
// RF Core TX power
|
||
|
extern const RF_TxPowerTable_Entry PROP_RF_txPowerTable[];
|
||
|
extern const uint8_t PROP_RF_txPowerTableSize;
|
||
|
|
||
|
// 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_ADV_t RF_cmdPropRxAdv;
|
||
|
|
||
|
#endif // _SMARTRF_SETTINGS_H_
|