Home
last modified time | relevance | path

Searched refs:P_HARD_API (Results 1 – 1 of 1) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drom.h140 #define P_HARD_API ((HARD_API_T*) ROM_HAPI_TABLE_ADDR) macro
142 #define HapiCrc32(a,b,c) P_HARD_API->Crc32(a,b,c)
143 #define HapiGetFlashSize() P_HARD_API->FlashGetSize()
144 #define HapiGetChipId() P_HARD_API->GetChipId()
147 #define HapiResetDevice() P_HARD_API->ResetDevice()
148 #define HapiFletcher32(a,b,c) P_HARD_API->Fletcher32(a,b,c)
149 #define HapiMinValue(a,b) P_HARD_API->MinValue(a,b)
150 #define HapiMaxValue(a,b) P_HARD_API->MaxValue(a,b)
151 #define HapiMeanValue(a,b) P_HARD_API->MeanValue(a,b)
152 #define HapiStandDeviationValue(a,b) P_HARD_API->StandDeviationValue(a,b)
[all …]