Lines Matching defs:a
155 #define HapiCrc32(a,b,c) P_HARD_API->Crc32(a,b,c) argument
158 #define HapiSectorErase(a) MemBusWrkAroundHapiEraseSector(a) argument
159 #define HapiProgramFlash(a,b,c) MemBusWrkAroundHapiProgramFlash(a,b,c) argument
161 #define HapiFletcher32(a,b,c) P_HARD_API->Fletcher32(a,b,c) argument
162 #define HapiMinValue(a,b) P_HARD_API->MinValue(a,b) argument
163 #define HapiMaxValue(a,b) P_HARD_API->MaxValue(a,b) argument
164 #define HapiMeanValue(a,b) P_HARD_API->MeanValue(a,b) argument
165 #define HapiStandDeviationValue(a,b) P_HARD_API->StandDeviationValue(a,b) argument
167 #define HapiSelectCompAInput(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectCompAInput , a ) argument
168 #define HapiSelectCompARef(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectCompARef , a ) argument
169 #define HapiSelectADCCompBInput(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectADCCompBInput, a ) argument
170 #define HapiSelectCompBRef(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectCompBRef , a ) argument