|
| #define | __HAPI_H__ |
| |
| #define | ROM_HAPI_TABLE_ADDR 0x10000048 |
| |
| #define | P_HARD_API ((HARD_API_T*) ROM_HAPI_TABLE_ADDR) |
| |
| #define | HapiCrc32(a, b, c) P_HARD_API->Crc32(a,b,c) |
| |
| #define | HapiGetFlashSize() P_HARD_API->FlashGetSize() |
| |
| #define | HapiGetChipId() P_HARD_API->GetChipId() |
| |
| #define | HapiSectorErase(a) MemBusWrkAroundHapiEraseSector(a) |
| |
| #define | HapiProgramFlash(a, b, c) MemBusWrkAroundHapiProgramFlash(a,b,c) |
| |
| #define | HapiResetDevice() P_HARD_API->ResetDevice() |
| |
| #define | HapiFletcher32(a, b, c) P_HARD_API->Fletcher32(a,b,c) |
| |
| #define | HapiMinValue(a, b) P_HARD_API->MinValue(a,b) |
| |
| #define | HapiMaxValue(a, b) P_HARD_API->MaxValue(a,b) |
| |
| #define | HapiMeanValue(a, b) P_HARD_API->MeanValue(a,b) |
| |
| #define | HapiStandDeviationValue(a, b) P_HARD_API->StandDeviationValue(a,b) |
| |
| #define | HapiHFSourceSafeSwitch() SafeHapiVoid( P_HARD_API->HFSourceSafeSwitch ) |
| |
| #define | HapiSelectCompAInput(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectCompAInput , a ) |
| |
| #define | HapiSelectCompARef(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectCompARef , a ) |
| |
| #define | HapiSelectADCCompBInput(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectADCCompBInput, a ) |
| |
| #define | HapiSelectCompBRef(a) SafeHapiAuxAdiSelect( P_HARD_API->SelectCompBRef , a ) |
| |
| #define | COMPA_IN_NC 0x00 |
| |
| #define | COMPA_IN_AUXIO7 0x09 |
| |
| #define | COMPA_IN_AUXIO6 0x0A |
| |
| #define | COMPA_IN_AUXIO5 0x0B |
| |
| #define | COMPA_IN_AUXIO4 0x0C |
| |
| #define | COMPA_IN_AUXIO3 0x0D |
| |
| #define | COMPA_IN_AUXIO2 0x0E |
| |
| #define | COMPA_IN_AUXIO1 0x0F |
| |
| #define | COMPA_IN_AUXIO0 0x10 |
| |
| #define | COMPA_REF_NC 0x00 |
| |
| #define | COMPA_REF_DCOUPL 0x01 |
| |
| #define | COMPA_REF_VSS 0x02 |
| |
| #define | COMPA_REF_VDDS 0x03 |
| |
| #define | COMPA_REF_ADCVREFP 0x04 |
| |
| #define | COMPA_REF_AUXIO7 0x09 |
| |
| #define | COMPA_REF_AUXIO6 0x0A |
| |
| #define | COMPA_REF_AUXIO5 0x0B |
| |
| #define | COMPA_REF_AUXIO4 0x0C |
| |
| #define | COMPA_REF_AUXIO3 0x0D |
| |
| #define | COMPA_REF_AUXIO2 0x0E |
| |
| #define | COMPA_REF_AUXIO1 0x0F |
| |
| #define | COMPA_REF_AUXIO0 0x10 |
| |
| #define | ADC_COMPB_IN_NC 0x00 |
| |
| #define | ADC_COMPB_IN_DCOUPL 0x03 |
| |
| #define | ADC_COMPB_IN_VSS 0x04 |
| |
| #define | ADC_COMPB_IN_VDDS 0x05 |
| |
| #define | ADC_COMPB_IN_AUXIO7 0x09 |
| |
| #define | ADC_COMPB_IN_AUXIO6 0x0A |
| |
| #define | ADC_COMPB_IN_AUXIO5 0x0B |
| |
| #define | ADC_COMPB_IN_AUXIO4 0x0C |
| |
| #define | ADC_COMPB_IN_AUXIO3 0x0D |
| |
| #define | ADC_COMPB_IN_AUXIO2 0x0E |
| |
| #define | ADC_COMPB_IN_AUXIO1 0x0F |
| |
| #define | ADC_COMPB_IN_AUXIO0 0x10 |
| |
| #define | COMPB_REF_NC 0x00 |
| |
| #define | COMPB_REF_DCOUPL 0x01 |
| |
| #define | COMPB_REF_VSS 0x02 |
| |
| #define | COMPB_REF_VDDS 0x03 |
| |
| #define | ROM_API_TABLE ((uint32_t *) 0x10000180) |
| |
| #define | ROM_VERSION (ROM_API_TABLE[0]) |
| |
| #define | ROM_API_AON_EVENT_TABLE ((uint32_t*) (ROM_API_TABLE[1])) |
| |
| #define | ROM_API_AON_IOC_TABLE ((uint32_t*) (ROM_API_TABLE[2])) |
| |
| #define | ROM_API_AON_RTC_TABLE ((uint32_t*) (ROM_API_TABLE[3])) |
| |
| #define | ROM_API_AON_WUC_TABLE ((uint32_t*) (ROM_API_TABLE[4])) |
| |
| #define | ROM_API_AUX_CTRL_TABLE ((uint32_t*) (ROM_API_TABLE[5])) |
| |
| #define | ROM_API_AUX_TDC_TABLE ((uint32_t*) (ROM_API_TABLE[6])) |
| |
| #define | ROM_API_AUX_TIMER_TABLE ((uint32_t*) (ROM_API_TABLE[7])) |
| |
| #define | ROM_API_AUX_WUC_TABLE ((uint32_t*) (ROM_API_TABLE[8])) |
| |
| #define | ROM_API_DDI_TABLE ((uint32_t*) (ROM_API_TABLE[9])) |
| |
| #define | ROM_API_FLASH_TABLE ((uint32_t*) (ROM_API_TABLE[10])) |
| |
| #define | ROM_API_I2C_TABLE ((uint32_t*) (ROM_API_TABLE[11])) |
| |
| #define | ROM_API_INTERRUPT_TABLE ((uint32_t*) (ROM_API_TABLE[12])) |
| |
| #define | ROM_API_IOC_TABLE ((uint32_t*) (ROM_API_TABLE[13])) |
| |
| #define | ROM_API_PRCM_TABLE ((uint32_t*) (ROM_API_TABLE[14])) |
| |
| #define | ROM_API_SMPH_TABLE ((uint32_t*) (ROM_API_TABLE[15])) |
| |
| #define | ROM_API_SSI_TABLE ((uint32_t*) (ROM_API_TABLE[17])) |
| |
| #define | ROM_API_TIMER_TABLE ((uint32_t*) (ROM_API_TABLE[18])) |
| |
| #define | ROM_API_TRNG_TABLE ((uint32_t*) (ROM_API_TABLE[19])) |
| |
| #define | ROM_API_UART_TABLE ((uint32_t*) (ROM_API_TABLE[20])) |
| |
| #define | ROM_API_UDMA_TABLE ((uint32_t*) (ROM_API_TABLE[21])) |
| |
| #define | ROM_API_VIMS_TABLE ((uint32_t*) (ROM_API_TABLE[22])) |
| |
| #define | ROM_API_CRYPTO_TABLE ((uint32_t*) (ROM_API_TABLE[23])) |
| |
| #define | ROM_API_OSC_TABLE ((uint32_t*) (ROM_API_TABLE[24])) |
| |
| #define | ROM_API_SYS_CTRL_TABLE ((uint32_t*) (ROM_API_TABLE[26])) |
| |
| #define | ROM_API_AON_BATMON_TABLE ((uint32_t*) (ROM_API_TABLE[27])) |
| |
| #define | ROM_API_SETUP_ROM_TABLE ((uint32_t*) (ROM_API_TABLE[28])) |
| |
| #define | ROM_AONEventMcuWakeUpSet |
| |
| #define | ROM_AONRTCCurrentCompareValueGet |
| |
| #define | ROM_AONRTCCurrent64BitValueGet |
| |
| #define | ROM_AUXWUCClockEnable |
| |
| #define | ROM_AUXWUCPowerCtrl |
| |
| #define | ROM_DDI16BitfieldWrite |
| |
| #define | ROM_DDI16BitRead |
| |
| #define | ROM_DDI16BitfieldRead |
| |
| #define | ROM_DDI32RegWrite |
| |
| #define | ROM_FlashPowerModeGet |
| |
| #define | ROM_FlashProtectionSet |
| |
| #define | ROM_FlashProtectionGet |
| |
| #define | ROM_FlashProtectionSave |
| |
| #define | ROM_FlashEfuseReadRow |
| |
| #define | ROM_FlashDisableSectorsForWrite |
| |
| #define | ROM_IntEnable |
| |
| #define | ROM_IntDisable |
| |
| #define | ROM_IntPendClear |
| |
| #define | ROM_IOCPortConfigureSet |
| |
| #define | ROM_PRCMPowerDomainOn |
| |
| #define | ROM_PRCMPowerDomainOff |
| |
| #define | ROM_PRCMPeripheralRunEnable |
| |
| #define | ROM_PRCMPeripheralRunDisable |
| |
| #define | ROM_PRCMPeripheralSleepEnable |
| |
| #define | ROM_PRCMPeripheralSleepDisable |
| |
| #define | ROM_PRCMPeripheralDeepSleepEnable |
| |
| #define | ROM_PRCMPeripheralDeepSleepDisable |
| |
| #define | ROM_PRCMPowerDomainStatus |
| |
| #define | ROM_PRCMDeepSleep |
| |
| #define | ROM_SMPHAcquire |
| |
| #define | ROM_TRNGConfigure |
| |
| #define | ROM_TRNGNumberGet |
| |
| #define | ROM_VIMSModeSet |
| |
| #define | ROM_VIMSModeGet |
| |
| #define | ROM_CRYPTOAesEcb |
| |
| #define | ROM_CRYPTOAesEcbStatus |
| |
| #define | ROM_CRYPTOCcmAuthEncrypt |
| |
| #define | ROM_CRYPTOCcmAuthEncryptResultGet |
| |
| #define | ROM_CRYPTOCcmAuthEncryptStatus |
| |
| #define | ROM_CRYPTOCcmInvAuthDecrypt |
| |
| #define | ROM_CRYPTOCcmInvAuthDecryptResultGet |
| |
| #define | ROM_CRYPTOCcmInvAuthDecryptStatus |
| |
| #define | ROM_CRYPTOAesCbc |
| |
| #define | ROM_CRYPTOAesCbcStatus |
| |
| #define | ROM_OSCClockSourceGet |
| |
| #define | ROM_OSCClockSourceSet |
| |
| #define | ROM_SysCtrlResetSourceGet |
| |
| #define | ROM_AONBatMonTemperatureGetDegC |
| |
| #define | ROM_SetupAfterColdResetWakeupFromShutDownCfg1 |
| |
| #define | ROM_SetupAfterColdResetWakeupFromShutDownCfg2 |
| |
| #define | ROM_SetupAfterColdResetWakeupFromShutDownCfg3 |
| |
| #define | ROM_SetupGetTrimForAdcShModeEn |
| |
| #define | ROM_SetupGetTrimForAdcShVbufEn |
| |
| #define | ROM_SetupGetTrimForAmpcompCtrl |
| |
| #define | ROM_SetupGetTrimForAmpcompTh1 |
| |
| #define | ROM_SetupGetTrimForAmpcompTh2 |
| |
| #define | ROM_SetupGetTrimForAnabypassValue1 |
| |
| #define | ROM_SetupGetTrimForDblrLoopFilterResetVoltage |
| |
| #define | ROM_SetupGetTrimForRadcExtCfg |
| |
| #define | ROM_SetupGetTrimForRcOscLfIBiasTrim |
| |
| #define | ROM_SetupGetTrimForRcOscLfRtuneCtuneTrim |
| |
| #define | ROM_SetupGetTrimForXoscHfCtl |
| |
| #define | ROM_SetupGetTrimForXoscHfFastStart |
| |
| #define | ROM_SetupGetTrimForXoscHfIbiastherm |
| |
| #define | ROM_SetupGetTrimForXoscLfRegulatorAndCmirrwrRatio |
| |
| #define | ROM_SetupSetAonRtcSubSecInc |
| |
| #define | ROM_SetupSetCacheModeAccordingToCcfgSetting |
| |
|
| typedef uint32_t(* | FPTR_CRC32_T) (uint8_t *, uint32_t, uint32_t) |
| |
| typedef uint32_t(* | FPTR_GETFLSIZE_T) (void) |
| |
| typedef uint32_t(* | FPTR_GETCHIPID_T) (void) |
| |
| typedef uint32_t(* | FPTR_RESERVED1_T) (uint32_t) |
| |
| typedef uint32_t(* | FPTR_RESERVED2_T) (void) |
| |
| typedef uint32_t(* | FPTR_RESERVED3_T) (uint8_t *, uint32_t, uint32_t) |
| |
| typedef void(* | FPTR_RESETDEV_T) (void) |
| |
| typedef uint32_t(* | FPTR_FLETCHER32_T) (uint16_t *, uint16_t, uint16_t) |
| |
| typedef uint32_t(* | FPTR_MINVAL_T) (uint32_t *, uint32_t) |
| |
| typedef uint32_t(* | FPTR_MAXVAL_T) (uint32_t *, uint32_t) |
| |
| typedef uint32_t(* | FPTR_MEANVAL_T) (uint32_t *, uint32_t) |
| |
| typedef uint32_t(* | FPTR_STDDVAL_T) (uint32_t *, uint32_t) |
| |
| typedef void(* | FPTR_HFSOURCESAFESWITCH_T) (void) |
| |
| typedef void(* | FPTR_RESERVED4_T) (uint32_t) |
| |
| typedef void(* | FPTR_RESERVED5_T) (uint32_t) |
| |
| typedef void(* | FPTR_COMPAIN_T) (uint8_t) |
| |
| typedef void(* | FPTR_COMPAREF_T) (uint8_t) |
| |
| typedef void(* | FPTR_ADCCOMPBIN_T) (uint8_t) |
| |
| typedef void(* | FPTR_COMPBREF_T) (uint8_t) |
| |