Searched refs:P_HARD_API (Results 1 – 2 of 2) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | rom.h | 139 #define P_HARD_API ((HARD_API_T*) ROM_HAPI_TABLE_ADDR) macro 141 #define HapiCrc32(a,b,c) P_HARD_API->Crc32(a,b,c) 142 #define HapiGetFlashSize() P_HARD_API->FlashGetSize() 143 #define HapiGetChipId() P_HARD_API->GetChipId() 146 #define HapiResetDevice() P_HARD_API->ResetDevice() 147 #define HapiFletcher32(a,b,c) P_HARD_API->Fletcher32(a,b,c) 148 #define HapiMinValue(a,b) P_HARD_API->MinValue(a,b) 149 #define HapiMaxValue(a,b) P_HARD_API->MaxValue(a,b) 150 #define HapiMeanValue(a,b) P_HARD_API->MeanValue(a,b) 151 #define HapiStandDeviationValue(a,b) P_HARD_API->StandDeviationValue(a,b) [all …]
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | rom.h | 141 #define P_HARD_API ((HARD_API_T*) ROM_HAPI_TABLE_ADDR) macro 143 #define HapiCrc32(a,b,c) P_HARD_API->Crc32(a,b,c) 144 #define HapiGetFlashSize() P_HARD_API->FlashGetSize() 145 #define HapiGetChipId() P_HARD_API->GetChipId() 148 #define HapiResetDevice() P_HARD_API->ResetDevice() 149 #define HapiFletcher32(a,b,c) P_HARD_API->Fletcher32(a,b,c) 150 #define HapiMinValue(a,b) P_HARD_API->MinValue(a,b) 151 #define HapiMaxValue(a,b) P_HARD_API->MaxValue(a,b) 152 #define HapiMeanValue(a,b) P_HARD_API->MeanValue(a,b) 153 #define HapiStandDeviationValue(a,b) P_HARD_API->StandDeviationValue(a,b) [all …]
|