nes-proj/arch/cpu/cc13xx-cc26xx/rf-settings/cc13x2/prop-settings.h

41 lines
1.1 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: CC13x2 SDK 2.10.xx.xx
// Device: CC1352P Rev. 1.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 Tables
extern RF_TxPowerTable_Entry propDefaultPaTxPowerTable[19];
extern RF_TxPowerTable_Entry propHighPaTxPowerTable[8];
// 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 pPropDefaultPaOverrides[];
extern uint32_t pPropHighPaOverrides[];
#endif // _PROP_SETTINGS_H_