nes-proj/arch/cpu/cc13xx-cc26xx/rf-settings/cc13x0/prop-settings.h
2018-08-31 11:04:43 +02:00

39 lines
1.0 KiB
C

#ifndef _PROP_SETTINGS_H_
#define _PROP_SETTINGS_H_
//*********************************************************************************
// Generated by SmartRF Studio version 2.9.0 (build#85)
// Compatible with SimpleLink SDK version: CC13x0 SDK 2.10.xx.xx
// Device: CC1350 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_propMode;
// TX Power Table
extern RF_TxPowerTable_Entry propTxPowerTable[16];
// RF Core API commands
extern rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_cmdPropRadioDivSetup;
extern rfc_CMD_FS_t RF_cmdPropFs;
extern rfc_CMD_PROP_TX_ADV_t RF_cmdPropTxAdv;
extern rfc_CMD_PROP_RX_ADV_t RF_cmdPropRxAdv;
// RF Core API Overrides
extern uint32_t pPropOverrides[];
#endif // _PROP_SETTINGS_H_