MSP432E4 DriverLib API Guide
1.11.00.03
|
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
#define ROM_APITABLE ((uint32_t *)0x01000010) |
#define ROM_VERSION (ROM_APITABLE[0]) |
#define ROM_UARTTABLE ((uint32_t *)(ROM_APITABLE[1])) |
#define ROM_SSITABLE ((uint32_t *)(ROM_APITABLE[2])) |
#define ROM_I2CTABLE ((uint32_t *)(ROM_APITABLE[3])) |
#define ROM_GPIOTABLE ((uint32_t *)(ROM_APITABLE[4])) |
#define ROM_ADCTABLE ((uint32_t *)(ROM_APITABLE[5])) |
#define ROM_COMPARATORTABLE ((uint32_t *)(ROM_APITABLE[6])) |
#define ROM_FLASHTABLE ((uint32_t *)(ROM_APITABLE[7])) |
#define ROM_PWMTABLE ((uint32_t *)(ROM_APITABLE[8])) |
#define ROM_QEITABLE ((uint32_t *)(ROM_APITABLE[9])) |
#define ROM_SYSTICKTABLE ((uint32_t *)(ROM_APITABLE[10])) |
#define ROM_TIMERTABLE ((uint32_t *)(ROM_APITABLE[11])) |
#define ROM_WATCHDOGTABLE ((uint32_t *)(ROM_APITABLE[12])) |
#define ROM_SYSCTLTABLE ((uint32_t *)(ROM_APITABLE[13])) |
#define ROM_INTERRUPTTABLE ((uint32_t *)(ROM_APITABLE[14])) |
#define ROM_USBTABLE ((uint32_t *)(ROM_APITABLE[16])) |
#define ROM_UDMATABLE ((uint32_t *)(ROM_APITABLE[17])) |
#define ROM_CANTABLE ((uint32_t *)(ROM_APITABLE[18])) |
#define ROM_HIBERNATETABLE ((uint32_t *)(ROM_APITABLE[19])) |
#define ROM_MPUTABLE ((uint32_t *)(ROM_APITABLE[20])) |
#define ROM_SOFTWARETABLE ((uint32_t *)(ROM_APITABLE[21])) |
#define ROM_EPITABLE ((uint32_t *)(ROM_APITABLE[23])) |
#define ROM_EEPROMTABLE ((uint32_t *)(ROM_APITABLE[24])) |
#define ROM_FPUTABLE ((uint32_t *)(ROM_APITABLE[26])) |
#define ROM_SMBUSTABLE ((uint32_t *)(ROM_APITABLE[29])) |
#define ROM_SYSEXCTABLE ((uint32_t *)(ROM_APITABLE[30])) |
#define ROM_ONEWIRETABLE ((uint32_t *)(ROM_APITABLE[34])) |
#define ROM_SPIFLASHTABLE ((uint32_t *)(ROM_APITABLE[38])) |
#define ROM_LCDTABLE ((uint32_t *)(ROM_APITABLE[41])) |
#define ROM_EMACTABLE ((uint32_t *)(ROM_APITABLE[42])) |
#define ROM_AESTABLE ((uint32_t *)(ROM_APITABLE[43])) |
#define ROM_CRCTABLE ((uint32_t *)(ROM_APITABLE[44])) |
#define ROM_DESTABLE ((uint32_t *)(ROM_APITABLE[45])) |
#define ROM_SHAMD5TABLE ((uint32_t *)(ROM_APITABLE[46])) |
#define ROM_ADCSequenceDataGet |
#define ROM_ADCIntDisable |
#define ROM_ADCIntEnable |
#define ROM_ADCIntStatus |
#define ROM_ADCIntClear |
#define ROM_ADCSequenceEnable |
#define ROM_ADCSequenceDisable |
#define ROM_ADCSequenceConfigure |
#define ROM_ADCSequenceOverflow |
#define ROM_ADCSequenceOverflowClear |
#define ROM_ADCSequenceUnderflow |
#define ROM_ADCSequenceUnderflowClear |
#define ROM_ADCProcessorTrigger |
#define ROM_ADCHardwareOversampleConfigure |
#define ROM_ADCComparatorConfigure |
#define ROM_ADCComparatorRegionSet |
#define ROM_ADCComparatorReset |
#define ROM_ADCComparatorIntDisable |
#define ROM_ADCComparatorIntEnable |
#define ROM_ADCComparatorIntStatus ((uint32_t (*)(uint32_t ui32Base))ROM_ADCTABLE[20]) |
#define ROM_ADCComparatorIntClear |
#define ROM_ADCReferenceSet |
#define ROM_ADCReferenceGet ((uint32_t (*)(uint32_t ui32Base))ROM_ADCTABLE[23]) |
#define ROM_ADCPhaseDelaySet |
#define ROM_ADCPhaseDelayGet ((uint32_t (*)(uint32_t ui32Base))ROM_ADCTABLE[25]) |
#define ROM_ADCIntDisableEx |
#define ROM_ADCIntEnableEx |
#define ROM_ADCIntStatusEx |
#define ROM_ADCSequenceDMAEnable |
#define ROM_ADCSequenceDMADisable |
#define ROM_ADCBusy ((bool (*)(uint32_t ui32Base))ROM_ADCTABLE[34]) |
#define ROM_AESIntStatus |
#define ROM_AESAuthLengthSet |
#define ROM_AESConfigSet |
#define ROM_AESDataAuth |
#define ROM_AESDataProcess |
#define ROM_AESDataProcessAuth |
#define ROM_AESDataRead |
#define ROM_AESDataReadNonBlocking |
#define ROM_AESDataWrite |
#define ROM_AESDataWriteNonBlocking |
#define ROM_AESDMADisable |
#define ROM_AESDMAEnable |
#define ROM_AESIntClear |
#define ROM_AESIntDisable |
#define ROM_AESIntEnable |
#define ROM_AESIVSet |
#define ROM_AESKey1Set |
#define ROM_AESKey2Set |
#define ROM_AESKey3Set |
#define ROM_AESLengthSet |
#define ROM_AESReset ((void (*)(uint32_t ui32Base))ROM_AESTABLE[20]) |
#define ROM_AESTagRead |
#define ROM_AESIVRead |
#define ROM_CANIntClear |
#define ROM_CANInit ((void (*)(uint32_t ui32Base))ROM_CANTABLE[1]) |
#define ROM_CANEnable ((void (*)(uint32_t ui32Base))ROM_CANTABLE[2]) |
#define ROM_CANDisable ((void (*)(uint32_t ui32Base))ROM_CANTABLE[3]) |
#define ROM_CANBitTimingSet |
#define ROM_CANBitTimingGet |
#define ROM_CANMessageSet |
#define ROM_CANMessageGet |
#define ROM_CANStatusGet |
#define ROM_CANMessageClear |
#define ROM_CANIntEnable |
#define ROM_CANIntDisable |
#define ROM_CANIntStatus |
#define ROM_CANRetryGet ((bool (*)(uint32_t ui32Base))ROM_CANTABLE[13]) |
#define ROM_CANRetrySet |
#define ROM_CANErrCntrGet |
#define ROM_CANBitRateSet |
#define ROM_ComparatorIntClear |
#define ROM_ComparatorConfigure |
#define ROM_ComparatorRefSet |
#define ROM_ComparatorValueGet |
#define ROM_ComparatorIntEnable |
#define ROM_ComparatorIntDisable |
#define ROM_ComparatorIntStatus |
#define ROM_CRCConfigSet |
#define ROM_CRCDataProcess |
#define ROM_CRCDataWrite |
#define ROM_CRCResultRead |
#define ROM_CRCSeedSet |
#define ROM_DESIntStatus |
#define ROM_DESConfigSet |
#define ROM_DESDataRead |
#define ROM_DESDataReadNonBlocking |
#define ROM_DESDataProcess |
#define ROM_DESDataWrite |
#define ROM_DESDataWriteNonBlocking |
#define ROM_DESDMADisable |
#define ROM_DESDMAEnable |
#define ROM_DESIntClear |
#define ROM_DESIntDisable |
#define ROM_DESIntEnable |
#define ROM_DESIVSet |
#define ROM_DESKeySet |
#define ROM_DESLengthSet |
#define ROM_DESReset ((void (*)(uint32_t ui32Base))ROM_DESTABLE[15]) |
#define ROM_EEPROMRead |
#define ROM_EEPROMBlockCountGet ((uint32_t (*)(void))ROM_EEPROMTABLE[1]) |
#define ROM_EEPROMBlockHide ((void (*)(uint32_t ui32Block))ROM_EEPROMTABLE[2]) |
#define ROM_EEPROMBlockLock ((uint32_t (*)(uint32_t ui32Block))ROM_EEPROMTABLE[3]) |
#define ROM_EEPROMBlockPasswordSet |
#define ROM_EEPROMBlockProtectGet ((uint32_t (*)(uint32_t ui32Block))ROM_EEPROMTABLE[5]) |
#define ROM_EEPROMBlockProtectSet |
#define ROM_EEPROMBlockUnlock |
#define ROM_EEPROMIntClear ((void (*)(uint32_t ui32IntFlags))ROM_EEPROMTABLE[8]) |
#define ROM_EEPROMIntDisable ((void (*)(uint32_t ui32IntFlags))ROM_EEPROMTABLE[9]) |
#define ROM_EEPROMIntEnable ((void (*)(uint32_t ui32IntFlags))ROM_EEPROMTABLE[10]) |
#define ROM_EEPROMIntStatus ((uint32_t (*)(bool bMasked))ROM_EEPROMTABLE[11]) |
#define ROM_EEPROMProgram |
#define ROM_EEPROMProgramNonBlocking |
#define ROM_EEPROMSizeGet ((uint32_t (*)(void))ROM_EEPROMTABLE[15]) |
#define ROM_EEPROMStatusGet ((uint32_t (*)(void))ROM_EEPROMTABLE[16]) |
#define ROM_EEPROMInit ((uint32_t (*)(void))ROM_EEPROMTABLE[17]) |
#define ROM_EPIIntStatus |
#define ROM_EPIModeSet |
#define ROM_EPIDividerSet |
#define ROM_EPIConfigSDRAMSet |
#define ROM_EPIConfigGPModeSet |
#define ROM_EPIConfigHB8Set |
#define ROM_EPIConfigHB16Set |
#define ROM_EPIAddressMapSet |
#define ROM_EPINonBlockingReadConfigure |
#define ROM_EPINonBlockingReadStart |
#define ROM_EPINonBlockingReadStop |
#define ROM_EPINonBlockingReadCount |
#define ROM_EPINonBlockingReadAvail ((uint32_t (*)(uint32_t ui32Base))ROM_EPITABLE[12]) |
#define ROM_EPINonBlockingReadGet32 |
#define ROM_EPINonBlockingReadGet16 |
#define ROM_EPINonBlockingReadGet8 |
#define ROM_EPIFIFOConfig |
#define ROM_EPIWriteFIFOCountGet ((uint32_t (*)(uint32_t ui32Base))ROM_EPITABLE[17]) |
#define ROM_EPIIntEnable |
#define ROM_EPIIntDisable |
#define ROM_EPIIntErrorStatus ((uint32_t (*)(uint32_t ui32Base))ROM_EPITABLE[20]) |
#define ROM_EPIIntErrorClear |
#define ROM_EPIDividerCSSet |
#define ROM_EPIConfigHB8CSSet |
#define ROM_EPIConfigHB16CSSet |
#define ROM_EPIConfigHB8TimingSet |
#define ROM_EPIConfigHB16TimingSet |
#define ROM_EPIPSRAMConfigRegSet |
#define ROM_EPIPSRAMConfigRegRead |
#define ROM_EPIPSRAMConfigRegGetNonBlocking |
#define ROM_EPIPSRAMConfigRegGet |
#define ROM_EMACIntStatus |
#define ROM_EMACAddrGet |
#define ROM_EMACAddrSet |
#define ROM_EMACConfigGet |
#define ROM_EMACConfigSet |
#define ROM_EMACDMAStateGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[5]) |
#define ROM_EMACFrameFilterGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[6]) |
#define ROM_EMACFrameFilterSet |
#define ROM_EMACInit |
#define ROM_EMACIntClear |
#define ROM_EMACIntDisable |
#define ROM_EMACIntEnable |
#define ROM_EMACPHYConfigSet |
#define ROM_EMACPHYPowerOff |
#define ROM_EMACPHYPowerOn |
#define ROM_EMACPHYRead |
#define ROM_EMACPHYWrite |
#define ROM_EMACReset ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[17]) |
#define ROM_EMACRxDisable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[18]) |
#define ROM_EMACRxDMACurrentBufferGet ((uint8_t * (*)(uint32_t ui32Base))ROM_EMACTABLE[19]) |
#define ROM_EMACRxDMACurrentDescriptorGet ((tEMACDMADescriptor * (*)(uint32_t ui32Base))ROM_EMACTABLE[20]) |
#define ROM_EMACRxDMADescriptorListGet ((tEMACDMADescriptor * (*)(uint32_t ui32Base))ROM_EMACTABLE[21]) |
#define ROM_EMACRxDMADescriptorListSet |
#define ROM_EMACRxDMAPollDemand ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[23]) |
#define ROM_EMACRxEnable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[24]) |
#define ROM_EMACRxWatchdogTimerSet |
#define ROM_EMACStatusGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[26]) |
#define ROM_EMACTxDisable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[27]) |
#define ROM_EMACTxDMACurrentBufferGet ((uint8_t * (*)(uint32_t ui32Base))ROM_EMACTABLE[28]) |
#define ROM_EMACTxDMACurrentDescriptorGet ((tEMACDMADescriptor * (*)(uint32_t ui32Base))ROM_EMACTABLE[29]) |
#define ROM_EMACTxDMADescriptorListGet ((tEMACDMADescriptor * (*)(uint32_t ui32Base))ROM_EMACTABLE[30]) |
#define ROM_EMACTxDMADescriptorListSet |
#define ROM_EMACTxDMAPollDemand ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[32]) |
#define ROM_EMACTxEnable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[33]) |
#define ROM_EMACTxFlush ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[34]) |
#define ROM_EMACAddrFilterGet |
#define ROM_EMACAddrFilterSet |
#define ROM_EMACHashFilterBitCalculate ((uint32_t (*)(uint8_t *pui8MACAddr))ROM_EMACTABLE[37]) |
#define ROM_EMACHashFilterGet |
#define ROM_EMACHashFilterSet |
#define ROM_EMACNumAddrGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[40]) |
#define ROM_EMACPHYExtendedRead |
#define ROM_EMACPHYExtendedWrite |
#define ROM_EMACPowerManagementControlGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[43]) |
#define ROM_EMACPowerManagementControlSet |
#define ROM_EMACPowerManagementStatusGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[45]) |
#define ROM_EMACRemoteWakeUpFrameFilterGet |
#define ROM_EMACRemoteWakeUpFrameFilterSet |
#define ROM_EMACTimestampAddendSet |
#define ROM_EMACTimestampConfigGet |
#define ROM_EMACTimestampConfigSet |
#define ROM_EMACTimestampDisable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[51]) |
#define ROM_EMACTimestampEnable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[52]) |
#define ROM_EMACTimestampIntStatus ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[53]) |
#define ROM_EMACTimestampPPSCommand |
#define ROM_EMACTimestampPPSCommandModeSet |
#define ROM_EMACTimestampPPSPeriodSet |
#define ROM_EMACTimestampPPSSimpleModeSet |
#define ROM_EMACTimestampSysTimeSet |
#define ROM_EMACTimestampSysTimeUpdate |
#define ROM_EMACTimestampTargetIntDisable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[61]) |
#define ROM_EMACTimestampTargetIntEnable ((void (*)(uint32_t ui32Base))ROM_EMACTABLE[62]) |
#define ROM_EMACTimestampTargetSet |
#define ROM_EMACVLANHashFilterBitCalculate ((uint32_t (*)(uint16_t ui16Tag))ROM_EMACTABLE[64]) |
#define ROM_EMACVLANHashFilterGet ((uint32_t (*)(uint32_t ui32Base))ROM_EMACTABLE[65]) |
#define ROM_EMACVLANHashFilterSet |
#define ROM_EMACVLANRxConfigGet |
#define ROM_EMACVLANRxConfigSet |
#define ROM_EMACVLANTxConfigGet |
#define ROM_EMACVLANTxConfigSet |
#define ROM_UpdateEMAC ((void (*)(uint32_t ui32Clock))ROM_EMACTABLE[71]) |
#define ROM_FlashProgram |
#define ROM_FlashErase ((int32_t (*)(uint32_t ui32Address))ROM_FLASHTABLE[3]) |
#define ROM_FlashProtectGet ((tFlashProtection (*)(uint32_t ui32Address))ROM_FLASHTABLE[4]) |
#define ROM_FlashProtectSet |
#define ROM_FlashProtectSave ((int32_t (*)(void))ROM_FLASHTABLE[6]) |
#define ROM_FlashUserGet |
#define ROM_FlashUserSet |
#define ROM_FlashUserSave ((int32_t (*)(void))ROM_FLASHTABLE[9]) |
#define ROM_FlashIntEnable ((void (*)(uint32_t ui32IntFlags))ROM_FLASHTABLE[10]) |
#define ROM_FlashIntDisable ((void (*)(uint32_t ui32IntFlags))ROM_FLASHTABLE[11]) |
#define ROM_FlashIntStatus ((uint32_t (*)(bool bMasked))ROM_FLASHTABLE[12]) |
#define ROM_FlashIntClear ((void (*)(uint32_t ui32IntFlags))ROM_FLASHTABLE[13]) |
#define ROM_FPUEnable ((void (*)(void))ROM_FPUTABLE[0]) |
#define ROM_FPUDisable ((void (*)(void))ROM_FPUTABLE[1]) |
#define ROM_FPUFlushToZeroModeSet ((void (*)(uint32_t ui32Mode))ROM_FPUTABLE[2]) |
#define ROM_FPUHalfPrecisionModeSet ((void (*)(uint32_t ui32Mode))ROM_FPUTABLE[3]) |
#define ROM_FPULazyStackingEnable ((void (*)(void))ROM_FPUTABLE[4]) |
#define ROM_FPUNaNModeSet ((void (*)(uint32_t ui32Mode))ROM_FPUTABLE[5]) |
#define ROM_FPURoundingModeSet ((void (*)(uint32_t ui32Mode))ROM_FPUTABLE[6]) |
#define ROM_FPUStackingDisable ((void (*)(void))ROM_FPUTABLE[7]) |
#define ROM_FPUStackingEnable ((void (*)(void))ROM_FPUTABLE[8]) |
#define ROM_GPIOPinWrite |
#define ROM_GPIODirModeSet |
#define ROM_GPIODirModeGet |
#define ROM_GPIOIntTypeSet |
#define ROM_GPIOIntTypeGet |
#define ROM_GPIOPadConfigGet |
#define ROM_GPIOPinRead |
#define ROM_GPIOPinTypeComparator |
#define ROM_GPIOPinTypeGPIOInput |
#define ROM_GPIOPinTypeGPIOOutput |
#define ROM_GPIOPinTypeI2C |
#define ROM_GPIOPinTypePWM |
#define ROM_GPIOPinTypeQEI |
#define ROM_GPIOPinTypeSSI |
#define ROM_GPIOPinTypeTimer |
#define ROM_GPIOPinTypeUART |
#define ROM_GPIOPinTypeGPIOOutputOD |
#define ROM_GPIOPinTypeADC |
#define ROM_GPIOPinTypeUSBDigital |
#define ROM_GPIOPinConfigure ((void (*)(uint32_t ui32PinConfig))ROM_GPIOTABLE[26]) |
#define ROM_GPIOPinTypeUSBAnalog |
#define ROM_GPIOPinTypeI2CSCL |
#define ROM_GPIOPinTypeOneWire |
#define ROM_GPIOPinTypeWakeHigh |
#define ROM_GPIOPinTypeWakeLow |
#define ROM_GPIOIntClear |
#define ROM_GPIOIntDisable |
#define ROM_GPIOIntEnable |
#define ROM_GPIOIntStatus |
#define ROM_HibernateIntClear ((void (*)(uint32_t ui32IntFlags))ROM_HIBERNATETABLE[0]) |
#define ROM_HibernateEnableExpClk ((void (*)(uint32_t ui32HibClk))ROM_HIBERNATETABLE[1]) |
#define ROM_HibernateDisable ((void (*)(void))ROM_HIBERNATETABLE[2]) |
#define ROM_HibernateRTCEnable ((void (*)(void))ROM_HIBERNATETABLE[4]) |
#define ROM_HibernateRTCDisable ((void (*)(void))ROM_HIBERNATETABLE[5]) |
#define ROM_HibernateWakeSet ((void (*)(uint32_t ui32WakeFlags))ROM_HIBERNATETABLE[6]) |
#define ROM_HibernateWakeGet ((uint32_t (*)(void))ROM_HIBERNATETABLE[7]) |
#define ROM_HibernateLowBatSet ((void (*)(uint32_t ui32LowBatFlags))ROM_HIBERNATETABLE[8]) |
#define ROM_HibernateLowBatGet ((uint32_t (*)(void))ROM_HIBERNATETABLE[9]) |
#define ROM_HibernateRTCSet ((void (*)(uint32_t ui32RTCValue))ROM_HIBERNATETABLE[10]) |
#define ROM_HibernateRTCGet ((uint32_t (*)(void))ROM_HIBERNATETABLE[11]) |
#define ROM_HibernateRTCTrimSet ((void (*)(uint32_t ui32Trim))ROM_HIBERNATETABLE[16]) |
#define ROM_HibernateRTCTrimGet ((uint32_t (*)(void))ROM_HIBERNATETABLE[17]) |
#define ROM_HibernateDataSet |
#define ROM_HibernateDataGet |
#define ROM_HibernateRequest ((void (*)(void))ROM_HIBERNATETABLE[20]) |
#define ROM_HibernateIntEnable ((void (*)(uint32_t ui32IntFlags))ROM_HIBERNATETABLE[21]) |
#define ROM_HibernateIntDisable ((void (*)(uint32_t ui32IntFlags))ROM_HIBERNATETABLE[22]) |
#define ROM_HibernateIntStatus ((uint32_t (*)(bool bMasked))ROM_HIBERNATETABLE[23]) |
#define ROM_HibernateIsActive ((uint32_t (*)(void))ROM_HIBERNATETABLE[24]) |
#define ROM_HibernateRTCSSGet ((uint32_t (*)(void))ROM_HIBERNATETABLE[27]) |
#define ROM_HibernateClockConfig ((void (*)(uint32_t ui32Config))ROM_HIBERNATETABLE[28]) |
#define ROM_HibernateBatCheckStart ((void (*)(void))ROM_HIBERNATETABLE[29]) |
#define ROM_HibernateBatCheckDone ((uint32_t (*)(void))ROM_HIBERNATETABLE[30]) |
#define ROM_HibernateGPIORetentionEnable ((void (*)(void))ROM_HIBERNATETABLE[31]) |
#define ROM_HibernateGPIORetentionDisable ((void (*)(void))ROM_HIBERNATETABLE[32]) |
#define ROM_HibernateGPIORetentionGet ((bool (*)(void))ROM_HIBERNATETABLE[33]) |
#define ROM_HibernateCounterMode ((void (*)(uint32_t ui32Config))ROM_HIBERNATETABLE[34]) |
#define ROM_HibernateCalendarSet ((void (*)(struct tm *psTime))ROM_HIBERNATETABLE[35]) |
#define ROM_HibernateCalendarGet ((int (*)(struct tm *psTime))ROM_HIBERNATETABLE[36]) |
#define ROM_HibernateCalendarMatchSet |
#define ROM_HibernateCalendarMatchGet |
#define ROM_HibernateTamperDisable ((void (*)(void))ROM_HIBERNATETABLE[39]) |
#define ROM_HibernateTamperEnable ((void (*)(void))ROM_HIBERNATETABLE[40]) |
#define ROM_HibernateTamperEventsClear ((void (*)(void))ROM_HIBERNATETABLE[41]) |
#define ROM_HibernateTamperEventsConfig ((void (*)(uint32_t ui32Config))ROM_HIBERNATETABLE[42]) |
#define ROM_HibernateTamperEventsGet |
#define ROM_HibernateTamperExtOscValid ((bool (*)(void))ROM_HIBERNATETABLE[44]) |
#define ROM_HibernateTamperExtOscRecover ((void (*)(void))ROM_HIBERNATETABLE[45]) |
#define ROM_HibernateTamperIODisable ((void (*)(uint32_t ui32Input))ROM_HIBERNATETABLE[46]) |
#define ROM_HibernateTamperIOEnable |
#define ROM_HibernateTamperStatusGet ((uint32_t (*)(void))ROM_HIBERNATETABLE[48]) |
#define ROM_HibernateRTCMatchGet ((uint32_t (*)(uint32_t ui32Match))ROM_HIBERNATETABLE[49]) |
#define ROM_HibernateRTCMatchSet |
#define ROM_HibernateRTCSSMatchGet ((uint32_t (*)(uint32_t ui32Match))ROM_HIBERNATETABLE[51]) |
#define ROM_HibernateRTCSSMatchSet |
#define ROM_I2CMasterDataPut |
#define ROM_I2CMasterInitExpClk |
#define ROM_I2CSlaveInit |
#define ROM_I2CMasterEnable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[3]) |
#define ROM_I2CSlaveEnable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[4]) |
#define ROM_I2CMasterDisable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[5]) |
#define ROM_I2CSlaveDisable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[6]) |
#define ROM_I2CMasterIntEnable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[7]) |
#define ROM_I2CSlaveIntEnable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[8]) |
#define ROM_I2CMasterIntDisable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[9]) |
#define ROM_I2CSlaveIntDisable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[10]) |
#define ROM_I2CMasterIntStatus |
#define ROM_I2CSlaveIntStatus |
#define ROM_I2CMasterIntClear ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[13]) |
#define ROM_I2CSlaveIntClear ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[14]) |
#define ROM_I2CMasterSlaveAddrSet |
#define ROM_I2CMasterBusy ((bool (*)(uint32_t ui32Base))ROM_I2CTABLE[16]) |
#define ROM_I2CMasterBusBusy ((bool (*)(uint32_t ui32Base))ROM_I2CTABLE[17]) |
#define ROM_I2CMasterControl |
#define ROM_I2CMasterErr ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[19]) |
#define ROM_I2CMasterDataGet ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[20]) |
#define ROM_I2CSlaveStatus ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[21]) |
#define ROM_I2CSlaveDataPut |
#define ROM_I2CSlaveDataGet ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[23]) |
#define ROM_UpdateI2C ((void (*)(void))ROM_I2CTABLE[24]) |
#define ROM_I2CSlaveIntEnableEx |
#define ROM_I2CSlaveIntDisableEx |
#define ROM_I2CSlaveIntStatusEx |
#define ROM_I2CSlaveIntClearEx |
#define ROM_I2CMasterIntEnableEx |
#define ROM_I2CMasterIntDisableEx |
#define ROM_I2CMasterIntStatusEx |
#define ROM_I2CMasterIntClearEx |
#define ROM_I2CMasterTimeoutSet |
#define ROM_I2CSlaveACKOverride |
#define ROM_I2CSlaveACKValueSet |
#define ROM_I2CSlaveAddressSet |
#define ROM_I2CMasterLineStateGet ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[38]) |
#define ROM_I2CTxFIFOConfigSet |
#define ROM_I2CTxFIFOFlush ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[40]) |
#define ROM_I2CRxFIFOConfigSet |
#define ROM_I2CRxFIFOFlush ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[42]) |
#define ROM_I2CFIFOStatus ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[43]) |
#define ROM_I2CFIFODataPut |
#define ROM_I2CFIFODataPutNonBlocking |
#define ROM_I2CFIFODataGet ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[46]) |
#define ROM_I2CFIFODataGetNonBlocking |
#define ROM_I2CMasterBurstLengthSet |
#define ROM_I2CMasterBurstCountGet ((uint32_t (*)(uint32_t ui32Base))ROM_I2CTABLE[49]) |
#define ROM_I2CSlaveFIFODisable ((void (*)(uint32_t ui32Base))ROM_I2CTABLE[50]) |
#define ROM_I2CSlaveFIFOEnable |
#define ROM_I2CMasterGlitchFilterConfigSet |
#define ROM_IntEnable ((void (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[0]) |
#define ROM_IntMasterEnable ((bool (*)(void))ROM_INTERRUPTTABLE[1]) |
#define ROM_IntMasterDisable ((bool (*)(void))ROM_INTERRUPTTABLE[2]) |
#define ROM_IntDisable ((void (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[3]) |
#define ROM_IntPriorityGroupingSet ((void (*)(uint32_t ui32Bits))ROM_INTERRUPTTABLE[4]) |
#define ROM_IntPriorityGroupingGet ((uint32_t (*)(void))ROM_INTERRUPTTABLE[5]) |
#define ROM_IntPrioritySet |
#define ROM_IntPriorityGet ((int32_t (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[7]) |
#define ROM_IntPendSet ((void (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[8]) |
#define ROM_IntPendClear ((void (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[9]) |
#define ROM_IntPriorityMaskSet ((void (*)(uint32_t ui32PriorityMask))ROM_INTERRUPTTABLE[10]) |
#define ROM_IntPriorityMaskGet ((uint32_t (*)(void))ROM_INTERRUPTTABLE[11]) |
#define ROM_IntIsEnabled ((uint32_t (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[12]) |
#define ROM_IntTrigger ((void (*)(uint32_t ui32Interrupt))ROM_INTERRUPTTABLE[13]) |
#define ROM_LCDIntStatus |
#define ROM_LCDClockReset |
#define ROM_LCDDMAConfigSet |
#define ROM_LCDIDDCommandWrite |
#define ROM_LCDIDDConfigSet |
#define ROM_LCDIDDDataRead |
#define ROM_LCDIDDDataWrite |
#define ROM_LCDIDDDMADisable ((void (*)(uint32_t ui32Base))ROM_LCDTABLE[7]) |
#define ROM_LCDIDDDMAWrite |
#define ROM_LCDIDDIndexedRead |
#define ROM_LCDIDDIndexedWrite |
#define ROM_LCDIDDStatusRead |
#define ROM_LCDIDDTimingSet |
#define ROM_LCDIntClear |
#define ROM_LCDIntDisable |
#define ROM_LCDIntEnable |
#define ROM_LCDModeSet |
#define ROM_LCDRasterACBiasIntCountSet |
#define ROM_LCDRasterConfigSet |
#define ROM_LCDRasterDisable ((void (*)(uint32_t ui32Base))ROM_LCDTABLE[19]) |
#define ROM_LCDRasterEnable ((void (*)(uint32_t ui32Base))ROM_LCDTABLE[20]) |
#define ROM_LCDRasterFrameBufferSet |
#define ROM_LCDRasterPaletteSet |
#define ROM_LCDRasterSubPanelConfigSet |
#define ROM_LCDRasterSubPanelDisable ((void (*)(uint32_t ui32Base))ROM_LCDTABLE[24]) |
#define ROM_LCDRasterSubPanelEnable ((void (*)(uint32_t ui32Base))ROM_LCDTABLE[25]) |
#define ROM_LCDRasterTimingSet |
#define ROM_LCDRasterEnabled ((bool (*)(uint32_t ui32Base))ROM_LCDTABLE[27]) |
#define ROM_MPUEnable ((void (*)(uint32_t ui32MPUConfig))ROM_MPUTABLE[0]) |
#define ROM_MPUDisable ((void (*)(void))ROM_MPUTABLE[1]) |
#define ROM_MPURegionCountGet ((uint32_t (*)(void))ROM_MPUTABLE[2]) |
#define ROM_MPURegionEnable ((void (*)(uint32_t ui32Region))ROM_MPUTABLE[3]) |
#define ROM_MPURegionDisable ((void (*)(uint32_t ui32Region))ROM_MPUTABLE[4]) |
#define ROM_MPURegionSet |
#define ROM_MPURegionGet |
#define ROM_OneWireIntStatus |
#define ROM_OneWireBusReset ((void (*)(uint32_t ui32Base))ROM_ONEWIRETABLE[1]) |
#define ROM_OneWireBusStatus ((uint32_t (*)(uint32_t ui32Base))ROM_ONEWIRETABLE[2]) |
#define ROM_OneWireDataGet |
#define ROM_OneWireDataGetNonBlocking |
#define ROM_OneWireInit |
#define ROM_OneWireIntClear |
#define ROM_OneWireIntDisable |
#define ROM_OneWireIntEnable |
#define ROM_OneWireTransaction |
#define ROM_OneWireDMADisable |
#define ROM_OneWireDMAEnable |
#define ROM_PWMPulseWidthSet |
#define ROM_PWMGenConfigure |
#define ROM_PWMGenPeriodSet |
#define ROM_PWMGenPeriodGet |
#define ROM_PWMGenEnable |
#define ROM_PWMGenDisable |
#define ROM_PWMPulseWidthGet |
#define ROM_PWMDeadBandEnable |
#define ROM_PWMDeadBandDisable |
#define ROM_PWMSyncUpdate |
#define ROM_PWMSyncTimeBase |
#define ROM_PWMOutputState |
#define ROM_PWMOutputInvert |
#define ROM_PWMOutputFault |
#define ROM_PWMGenIntTrigEnable |
#define ROM_PWMGenIntTrigDisable |
#define ROM_PWMGenIntStatus |
#define ROM_PWMGenIntClear |
#define ROM_PWMIntEnable |
#define ROM_PWMIntDisable |
#define ROM_PWMIntStatus |
#define ROM_PWMOutputFaultLevel |
#define ROM_PWMFaultIntClearExt |
#define ROM_PWMGenFaultConfigure |
#define ROM_PWMGenFaultTriggerSet |
#define ROM_PWMGenFaultTriggerGet |
#define ROM_PWMGenFaultStatus |
#define ROM_PWMGenFaultClear |
#define ROM_PWMClockSet |
#define ROM_PWMClockGet ((uint32_t (*)(uint32_t ui32Base))ROM_PWMTABLE[30]) |
#define ROM_PWMOutputUpdateMode |
#define ROM_QEIPositionGet ((uint32_t (*)(uint32_t ui32Base))ROM_QEITABLE[0]) |
#define ROM_QEIEnable ((void (*)(uint32_t ui32Base))ROM_QEITABLE[1]) |
#define ROM_QEIDisable ((void (*)(uint32_t ui32Base))ROM_QEITABLE[2]) |
#define ROM_QEIConfigure |
#define ROM_QEIPositionSet |
#define ROM_QEIDirectionGet ((int32_t (*)(uint32_t ui32Base))ROM_QEITABLE[5]) |
#define ROM_QEIErrorGet ((bool (*)(uint32_t ui32Base))ROM_QEITABLE[6]) |
#define ROM_QEIVelocityEnable ((void (*)(uint32_t ui32Base))ROM_QEITABLE[7]) |
#define ROM_QEIVelocityDisable ((void (*)(uint32_t ui32Base))ROM_QEITABLE[8]) |
#define ROM_QEIVelocityConfigure |
#define ROM_QEIVelocityGet ((uint32_t (*)(uint32_t ui32Base))ROM_QEITABLE[10]) |
#define ROM_QEIIntEnable |
#define ROM_QEIIntDisable |
#define ROM_QEIIntStatus |
#define ROM_QEIIntClear |
#define ROM_SHAMD5IntStatus |
#define ROM_SHAMD5ConfigSet |
#define ROM_SHAMD5DataProcess |
#define ROM_SHAMD5DataWrite |
#define ROM_SHAMD5DataWriteNonBlocking |
#define ROM_SHAMD5DMADisable ((void (*)(uint32_t ui32Base))ROM_SHAMD5TABLE[5]) |
#define ROM_SHAMD5DMAEnable ((void (*)(uint32_t ui32Base))ROM_SHAMD5TABLE[6]) |
#define ROM_SHAMD5HashLengthSet |
#define ROM_SHAMD5HMACKeySet |
#define ROM_SHAMD5HMACPPKeyGenerate |
#define ROM_SHAMD5HMACPPKeySet |
#define ROM_SHAMD5HMACProcess |
#define ROM_SHAMD5IntClear |
#define ROM_SHAMD5IntDisable |
#define ROM_SHAMD5IntEnable |
#define ROM_SHAMD5Reset ((void (*)(uint32_t ui32Base))ROM_SHAMD5TABLE[15]) |
#define ROM_SHAMD5ResultRead |
#define ROM_SMBusMasterIntProcess ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[0]) |
#define ROM_SMBusARPDisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[1]) |
#define ROM_SMBusARPEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[2]) |
#define ROM_SMBusARPUDIDPacketDecode |
#define ROM_SMBusARPUDIDPacketEncode |
#define ROM_SMBusMasterARPAssignAddress |
#define ROM_SMBusMasterARPGetUDIDDir |
#define ROM_SMBusMasterARPGetUDIDGen |
#define ROM_SMBusMasterARPNotifyMaster |
#define ROM_SMBusMasterARPPrepareToARP ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[9]) |
#define ROM_SMBusMasterARPResetDeviceDir |
#define ROM_SMBusMasterARPResetDeviceGen ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[11]) |
#define ROM_SMBusMasterBlockProcessCall |
#define ROM_SMBusMasterBlockRead |
#define ROM_SMBusMasterBlockWrite |
#define ROM_SMBusMasterByteReceive |
#define ROM_SMBusMasterByteSend |
#define ROM_SMBusMasterByteWordRead |
#define ROM_SMBusMasterByteWordWrite |
#define ROM_SMBusMasterHostNotify |
#define ROM_SMBusMasterI2CRead |
#define ROM_SMBusMasterI2CWrite |
#define ROM_SMBusMasterI2CWriteRead |
#define ROM_SMBusMasterInit |
#define ROM_SMBusMasterIntEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[24]) |
#define ROM_SMBusMasterProcessCall |
#define ROM_SMBusMasterQuickCommand |
#define ROM_SMBusPECDisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[27]) |
#define ROM_SMBusPECEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[28]) |
#define ROM_SMBusRxPacketSizeGet ((uint8_t (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[29]) |
#define ROM_SMBusSlaveACKSend |
#define ROM_SMBusSlaveAddressSet |
#define ROM_SMBusSlaveARPFlagARGet ((bool (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[32]) |
#define ROM_SMBusSlaveARPFlagARSet |
#define ROM_SMBusSlaveARPFlagAVGet ((bool (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[34]) |
#define ROM_SMBusSlaveARPFlagAVSet |
#define ROM_SMBusSlaveBlockTransferDisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[36]) |
#define ROM_SMBusSlaveBlockTransferEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[37]) |
#define ROM_SMBusSlaveCommandGet ((uint8_t (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[38]) |
#define ROM_SMBusSlaveI2CDisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[39]) |
#define ROM_SMBusSlaveI2CEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[40]) |
#define ROM_SMBusSlaveInit |
#define ROM_SMBusSlaveIntAddressGet ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[42]) |
#define ROM_SMBusSlaveIntEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[43]) |
#define ROM_SMBusSlaveIntProcess ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[44]) |
#define ROM_SMBusSlaveManualACKDisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[45]) |
#define ROM_SMBusSlaveManualACKEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[46]) |
#define ROM_SMBusSlaveManualACKStatusGet ((bool (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[47]) |
#define ROM_SMBusSlaveProcessCallDisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[48]) |
#define ROM_SMBusSlaveProcessCallEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[49]) |
#define ROM_SMBusSlaveRxBufferSet |
#define ROM_SMBusSlaveTransferInit ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[51]) |
#define ROM_SMBusSlaveTxBufferSet |
#define ROM_SMBusSlaveUDIDSet |
#define ROM_SMBusStatusGet ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[54]) |
#define ROM_SMBusSlaveDataSend ((tSMBusStatus (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[55]) |
#define ROM_SMBusFIFOEnable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[56]) |
#define ROM_SMBusFIFODisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[57]) |
#define ROM_SMBusDMAEnable |
#define ROM_SMBusDMADisable ((void (*)(tSMBus *psSMBus))ROM_SMBUSTABLE[59]) |
#define ROM_SPIFlashIntHandler ((uint32_t (*)(tSPIFlashState *pState))ROM_SPIFLASHTABLE[0]) |
#define ROM_SPIFlashInit |
#define ROM_SPIFlashWriteStatus |
#define ROM_SPIFlashPageProgram |
#define ROM_SPIFlashPageProgramNonBlocking |
#define ROM_SPIFlashRead |
#define ROM_SPIFlashReadNonBlocking |
#define ROM_SPIFlashWriteDisable ((void (*)(uint32_t ui32Base))ROM_SPIFLASHTABLE[7]) |
#define ROM_SPIFlashReadStatus ((uint8_t (*)(uint32_t ui32Base))ROM_SPIFLASHTABLE[8]) |
#define ROM_SPIFlashWriteEnable ((void (*)(uint32_t ui32Base))ROM_SPIFLASHTABLE[9]) |
#define ROM_SPIFlashFastRead |
#define ROM_SPIFlashFastReadNonBlocking |
#define ROM_SPIFlashSectorErase |
#define ROM_SPIFlashDualRead |
#define ROM_SPIFlashDualReadNonBlocking |
#define ROM_SPIFlashBlockErase32 |
#define ROM_SPIFlashQuadRead |
#define ROM_SPIFlashQuadReadNonBlocking |
#define ROM_SPIFlashReadID |
#define ROM_SPIFlashChipErase ((void (*)(uint32_t ui32Base))ROM_SPIFLASHTABLE[19]) |
#define ROM_SPIFlashBlockErase64 |
#define ROM_SSIDataPut |
#define ROM_SSIConfigSetExpClk |
#define ROM_SSIEnable ((void (*)(uint32_t ui32Base))ROM_SSITABLE[2]) |
#define ROM_SSIDisable ((void (*)(uint32_t ui32Base))ROM_SSITABLE[3]) |
#define ROM_SSIIntEnable |
#define ROM_SSIIntDisable |
#define ROM_SSIIntStatus |
#define ROM_SSIIntClear |
#define ROM_SSIDataPutNonBlocking |
#define ROM_SSIDataGet |
#define ROM_SSIDataGetNonBlocking |
#define ROM_UpdateSSI ((void (*)(void))ROM_SSITABLE[11]) |
#define ROM_SSIDMAEnable |
#define ROM_SSIDMADisable |
#define ROM_SSIBusy ((bool (*)(uint32_t ui32Base))ROM_SSITABLE[14]) |
#define ROM_SSIClockSourceGet ((uint32_t (*)(uint32_t ui32Base))ROM_SSITABLE[15]) |
#define ROM_SSIClockSourceSet |
#define ROM_SSIAdvModeSet |
#define ROM_SSIAdvFrameHoldEnable ((void (*)(uint32_t ui32Base))ROM_SSITABLE[20]) |
#define ROM_SSIAdvFrameHoldDisable ((void (*)(uint32_t ui32Base))ROM_SSITABLE[21]) |
#define ROM_SysCtlSleep ((void (*)(void))ROM_SYSCTLTABLE[0]) |
#define ROM_SysCtlSRAMSizeGet ((uint32_t (*)(void))ROM_SYSCTLTABLE[1]) |
#define ROM_SysCtlFlashSizeGet ((uint32_t (*)(void))ROM_SYSCTLTABLE[2]) |
#define ROM_SysCtlPeripheralPresent ((bool (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[4]) |
#define ROM_SysCtlPeripheralReset ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[5]) |
#define ROM_SysCtlPeripheralEnable ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[6]) |
#define ROM_SysCtlPeripheralDisable ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[7]) |
#define ROM_SysCtlPeripheralSleepEnable ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[8]) |
#define ROM_SysCtlPeripheralSleepDisable ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[9]) |
#define ROM_SysCtlPeripheralDeepSleepEnable ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[10]) |
#define ROM_SysCtlPeripheralDeepSleepDisable ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[11]) |
#define ROM_SysCtlPeripheralClockGating ((void (*)(bool bEnable))ROM_SYSCTLTABLE[12]) |
#define ROM_SysCtlIntEnable ((void (*)(uint32_t ui32Ints))ROM_SYSCTLTABLE[13]) |
#define ROM_SysCtlIntDisable ((void (*)(uint32_t ui32Ints))ROM_SYSCTLTABLE[14]) |
#define ROM_SysCtlIntClear ((void (*)(uint32_t ui32Ints))ROM_SYSCTLTABLE[15]) |
#define ROM_SysCtlIntStatus ((uint32_t (*)(bool bMasked))ROM_SYSCTLTABLE[16]) |
#define ROM_SysCtlReset ((void (*)(void))ROM_SYSCTLTABLE[19]) |
#define ROM_SysCtlDeepSleep ((void (*)(void))ROM_SYSCTLTABLE[20]) |
#define ROM_SysCtlResetCauseGet ((uint32_t (*)(void))ROM_SYSCTLTABLE[21]) |
#define ROM_SysCtlResetCauseClear ((void (*)(uint32_t ui32Causes))ROM_SYSCTLTABLE[22]) |
#define ROM_SysCtlDelay ((void (*)(uint32_t ui32Count))ROM_SYSCTLTABLE[34]) |
#define ROM_SysCtlPeripheralReady ((bool (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[35]) |
#define ROM_SysCtlPeripheralPowerOn ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[36]) |
#define ROM_SysCtlPeripheralPowerOff ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[37]) |
#define ROM_SysCtlMOSCConfigSet ((void (*)(uint32_t ui32Config))ROM_SYSCTLTABLE[44]) |
#define ROM_SysCtlPIOSCCalibrate ((uint32_t (*)(uint32_t ui32Type))ROM_SYSCTLTABLE[45]) |
#define ROM_SysCtlDeepSleepClockConfigSet |
#define ROM_SysCtlResetBehaviorSet ((void (*)(uint32_t ui32Behavior))ROM_SYSCTLTABLE[51]) |
#define ROM_SysCtlResetBehaviorGet ((uint32_t (*)(void))ROM_SYSCTLTABLE[52]) |
#define ROM_SysCtlFlashSectorSizeGet ((uint32_t (*)(void))ROM_SYSCTLTABLE[54]) |
#define ROM_SysCtlVoltageEventConfig ((void (*)(uint32_t ui32Config))ROM_SYSCTLTABLE[55]) |
#define ROM_SysCtlVoltageEventStatus ((uint32_t (*)(void))ROM_SYSCTLTABLE[56]) |
#define ROM_SysCtlVoltageEventClear ((void (*)(uint32_t ui32Status))ROM_SYSCTLTABLE[57]) |
#define ROM_SysCtlNMIStatus ((uint32_t (*)(void))ROM_SYSCTLTABLE[58]) |
#define ROM_SysCtlNMIClear ((void (*)(uint32_t ui32Status))ROM_SYSCTLTABLE[59]) |
#define ROM_SysCtlClockOutConfig |
#define ROM_SysCtlAltClkConfig ((void (*)(uint32_t ui32Config))ROM_SYSCTLTABLE[61]) |
#define ROM_SysExcIntStatus ((uint32_t (*)(bool bMasked))ROM_SYSEXCTABLE[0]) |
#define ROM_SysExcIntClear ((void (*)(uint32_t ui32IntFlags))ROM_SYSEXCTABLE[1]) |
#define ROM_SysExcIntDisable ((void (*)(uint32_t ui32IntFlags))ROM_SYSEXCTABLE[2]) |
#define ROM_SysExcIntEnable ((void (*)(uint32_t ui32IntFlags))ROM_SYSEXCTABLE[3]) |
#define ROM_SysTickValueGet ((uint32_t (*)(void))ROM_SYSTICKTABLE[0]) |
#define ROM_SysTickEnable ((void (*)(void))ROM_SYSTICKTABLE[1]) |
#define ROM_SysTickDisable ((void (*)(void))ROM_SYSTICKTABLE[2]) |
#define ROM_SysTickIntEnable ((void (*)(void))ROM_SYSTICKTABLE[3]) |
#define ROM_SysTickIntDisable ((void (*)(void))ROM_SYSTICKTABLE[4]) |
#define ROM_SysTickPeriodSet ((void (*)(uint32_t ui32Period))ROM_SYSTICKTABLE[5]) |
#define ROM_SysTickPeriodGet ((uint32_t (*)(void))ROM_SYSTICKTABLE[6]) |
#define ROM_TimerIntClear |
#define ROM_TimerEnable |
#define ROM_TimerDisable |
#define ROM_TimerConfigure |
#define ROM_TimerControlLevel |
#define ROM_TimerControlEvent |
#define ROM_TimerControlStall |
#define ROM_TimerRTCEnable ((void (*)(uint32_t ui32Base))ROM_TIMERTABLE[8]) |
#define ROM_TimerRTCDisable ((void (*)(uint32_t ui32Base))ROM_TIMERTABLE[9]) |
#define ROM_TimerPrescaleSet |
#define ROM_TimerPrescaleGet |
#define ROM_TimerPrescaleMatchSet |
#define ROM_TimerPrescaleMatchGet |
#define ROM_TimerLoadSet |
#define ROM_TimerLoadGet |
#define ROM_TimerValueGet |
#define ROM_TimerMatchSet |
#define ROM_TimerMatchGet |
#define ROM_TimerIntEnable |
#define ROM_TimerIntDisable |
#define ROM_TimerIntStatus |
#define ROM_TimerControlWaitOnTrigger |
#define ROM_TimerClockSourceGet ((uint32_t (*)(uint32_t ui32Base))ROM_TIMERTABLE[28]) |
#define ROM_TimerClockSourceSet |
#define ROM_TimerADCEventGet ((uint32_t (*)(uint32_t ui32Base))ROM_TIMERTABLE[30]) |
#define ROM_TimerADCEventSet |
#define ROM_TimerDMAEventGet ((uint32_t (*)(uint32_t ui32Base))ROM_TIMERTABLE[32]) |
#define ROM_TimerDMAEventSet |
#define ROM_TimerSynchronize |
#define ROM_UARTCharPut |
#define ROM_UARTParityModeSet |
#define ROM_UARTParityModeGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[2]) |
#define ROM_UARTFIFOLevelSet |
#define ROM_UARTFIFOLevelGet |
#define ROM_UARTConfigSetExpClk |
#define ROM_UARTConfigGetExpClk |
#define ROM_UARTEnable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[7]) |
#define ROM_UARTDisable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[8]) |
#define ROM_UARTEnableSIR |
#define ROM_UARTDisableSIR ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[10]) |
#define ROM_UARTCharsAvail ((bool (*)(uint32_t ui32Base))ROM_UARTTABLE[11]) |
#define ROM_UARTSpaceAvail ((bool (*)(uint32_t ui32Base))ROM_UARTTABLE[12]) |
#define ROM_UARTCharGetNonBlocking ((int32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[13]) |
#define ROM_UARTCharGet ((int32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[14]) |
#define ROM_UARTCharPutNonBlocking |
#define ROM_UARTBreakCtl |
#define ROM_UARTIntEnable |
#define ROM_UARTIntDisable |
#define ROM_UARTIntStatus |
#define ROM_UARTIntClear |
#define ROM_UpdateUART ((void (*)(void))ROM_UARTTABLE[21]) |
#define ROM_UARTDMAEnable |
#define ROM_UARTDMADisable |
#define ROM_UARTFIFOEnable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[24]) |
#define ROM_UARTFIFODisable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[25]) |
#define ROM_UARTBusy ((bool (*)(uint32_t ui32Base))ROM_UARTTABLE[26]) |
#define ROM_UARTTxIntModeSet |
#define ROM_UARTTxIntModeGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[28]) |
#define ROM_UARTRxErrorGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[29]) |
#define ROM_UARTRxErrorClear ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[30]) |
#define ROM_UARTClockSourceSet |
#define ROM_UARTClockSourceGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[32]) |
#define ROM_UART9BitEnable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[33]) |
#define ROM_UART9BitDisable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[34]) |
#define ROM_UART9BitAddrSet |
#define ROM_UART9BitAddrSend |
#define ROM_UARTSmartCardDisable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[37]) |
#define ROM_UARTSmartCardEnable ((void (*)(uint32_t ui32Base))ROM_UARTTABLE[38]) |
#define ROM_UARTModemControlClear |
#define ROM_UARTModemControlGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[40]) |
#define ROM_UARTModemControlSet |
#define ROM_UARTModemStatusGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[42]) |
#define ROM_UARTFlowControlGet ((uint32_t (*)(uint32_t ui32Base))ROM_UARTTABLE[43]) |
#define ROM_UARTFlowControlSet |
#define ROM_uDMAChannelTransferSet |
#define ROM_uDMAEnable ((void (*)(void))ROM_UDMATABLE[1]) |
#define ROM_uDMADisable ((void (*)(void))ROM_UDMATABLE[2]) |
#define ROM_uDMAErrorStatusGet ((uint32_t (*)(void))ROM_UDMATABLE[3]) |
#define ROM_uDMAErrorStatusClear ((void (*)(void))ROM_UDMATABLE[4]) |
#define ROM_uDMAChannelEnable ((void (*)(uint32_t ui32ChannelNum))ROM_UDMATABLE[5]) |
#define ROM_uDMAChannelDisable ((void (*)(uint32_t ui32ChannelNum))ROM_UDMATABLE[6]) |
#define ROM_uDMAChannelIsEnabled ((bool (*)(uint32_t ui32ChannelNum))ROM_UDMATABLE[7]) |
#define ROM_uDMAControlBaseSet ((void (*)(void *pControlTable))ROM_UDMATABLE[8]) |
#define ROM_uDMAControlBaseGet ((void * (*)(void))ROM_UDMATABLE[9]) |
#define ROM_uDMAChannelRequest ((void (*)(uint32_t ui32ChannelNum))ROM_UDMATABLE[10]) |
#define ROM_uDMAChannelAttributeEnable |
#define ROM_uDMAChannelAttributeDisable |
#define ROM_uDMAChannelAttributeGet ((uint32_t (*)(uint32_t ui32ChannelNum))ROM_UDMATABLE[13]) |
#define ROM_uDMAChannelControlSet |
#define ROM_uDMAChannelSizeGet ((uint32_t (*)(uint32_t ui32ChannelStructIndex))ROM_UDMATABLE[15]) |
#define ROM_uDMAChannelModeGet ((uint32_t (*)(uint32_t ui32ChannelStructIndex))ROM_UDMATABLE[16]) |
#define ROM_uDMAControlAlternateBaseGet ((void * (*)(void))ROM_UDMATABLE[21]) |
#define ROM_uDMAChannelScatterGatherSet |
#define ROM_uDMAChannelAssign ((void (*)(uint32_t ui32Mapping))ROM_UDMATABLE[23]) |
#define ROM_USBDevAddrGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[1]) |
#define ROM_USBDevAddrSet |
#define ROM_USBDevConnect ((void (*)(uint32_t ui32Base))ROM_USBTABLE[3]) |
#define ROM_USBDevDisconnect ((void (*)(uint32_t ui32Base))ROM_USBTABLE[4]) |
#define ROM_USBDevEndpointConfigSet |
#define ROM_USBDevEndpointDataAck |
#define ROM_USBDevEndpointStall |
#define ROM_USBDevEndpointStallClear |
#define ROM_USBDevEndpointStatusClear |
#define ROM_USBEndpointDataGet |
#define ROM_USBEndpointDataPut |
#define ROM_USBEndpointDataSend |
#define ROM_USBEndpointDataToggleClear |
#define ROM_USBEndpointStatus |
#define ROM_USBFIFOAddrGet |
#define ROM_USBFIFOConfigGet |
#define ROM_USBFIFOConfigSet |
#define ROM_USBFIFOFlush |
#define ROM_USBFrameNumberGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[19]) |
#define ROM_USBHostAddrGet |
#define ROM_USBHostAddrSet |
#define ROM_USBHostEndpointConfig |
#define ROM_USBHostEndpointDataAck |
#define ROM_USBHostEndpointDataToggle |
#define ROM_USBHostEndpointStatusClear |
#define ROM_USBHostHubAddrGet |
#define ROM_USBHostHubAddrSet |
#define ROM_USBHostPwrDisable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[28]) |
#define ROM_USBHostPwrEnable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[29]) |
#define ROM_USBHostPwrConfig |
#define ROM_USBHostPwrFaultDisable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[31]) |
#define ROM_USBHostPwrFaultEnable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[32]) |
#define ROM_USBHostRequestIN |
#define ROM_USBHostRequestStatus ((void (*)(uint32_t ui32Base))ROM_USBTABLE[34]) |
#define ROM_USBHostReset |
#define ROM_USBHostResume |
#define ROM_USBHostSpeedGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[37]) |
#define ROM_USBHostSuspend ((void (*)(uint32_t ui32Base))ROM_USBTABLE[38]) |
#define ROM_USBDevEndpointConfigGet |
#define ROM_USBEndpointDMAEnable |
#define ROM_USBEndpointDMADisable |
#define ROM_USBEndpointDataAvail |
#define ROM_USBModeGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[46]) |
#define ROM_USBIntDisableControl |
#define ROM_USBIntEnableControl |
#define ROM_USBIntStatusControl ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[50]) |
#define ROM_USBIntDisableEndpoint |
#define ROM_USBIntEnableEndpoint |
#define ROM_USBIntStatusEndpoint ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[53]) |
#define ROM_USBHostMode ((void (*)(uint32_t ui32Base))ROM_USBTABLE[54]) |
#define ROM_USBDevMode ((void (*)(uint32_t ui32Base))ROM_USBTABLE[55]) |
#define ROM_USBPHYPowerOff ((void (*)(uint32_t ui32Base))ROM_USBTABLE[56]) |
#define ROM_USBPHYPowerOn ((void (*)(uint32_t ui32Base))ROM_USBTABLE[57]) |
#define ROM_UpdateUSB ((void (*)(uint8_t *pui8DescriptorInfo))ROM_USBTABLE[58]) |
#define ROM_USBOTGMode ((void (*)(uint32_t ui32Base))ROM_USBTABLE[59]) |
#define ROM_USBHostRequestINClear |
#define ROM_USBNumEndpointsGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[61]) |
#define ROM_USBClockDisable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[62]) |
#define ROM_USBClockEnable |
#define ROM_USBDevLPMConfig |
#define ROM_USBDevLPMDisable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[66]) |
#define ROM_USBDevLPMEnable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[67]) |
#define ROM_USBDevLPMRemoteWake ((void (*)(uint32_t ui32Base))ROM_USBTABLE[68]) |
#define ROM_USBDevSpeedGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[69]) |
#define ROM_USBDMAChannelAddressGet |
#define ROM_USBDMAChannelAddressSet |
#define ROM_USBDMAChannelConfigSet |
#define ROM_USBDMAChannelDisable |
#define ROM_USBDMAChannelEnable |
#define ROM_USBDMAChannelIntDisable |
#define ROM_USBDMAChannelIntEnable |
#define ROM_USBDMAChannelCountGet |
#define ROM_USBDMAChannelCountSet |
#define ROM_USBDMAChannelIntStatus ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[79]) |
#define ROM_USBDMAChannelStatus |
#define ROM_USBDMAChannelStatusClear |
#define ROM_USBHighSpeed |
#define ROM_USBHostEndpointPing |
#define ROM_USBHostEndpointSpeed |
#define ROM_USBHostLPMConfig |
#define ROM_USBHostLPMResume ((void (*)(uint32_t ui32Base))ROM_USBTABLE[86]) |
#define ROM_USBHostLPMSend |
#define ROM_USBLPMIntDisable |
#define ROM_USBLPMIntEnable |
#define ROM_USBLPMIntStatus ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[90]) |
#define ROM_USBLPMLinkStateGet ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[91]) |
#define ROM_USBEndpointPacketCountSet |
#define ROM_USBULPIConfig |
#define ROM_USBULPIDisable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[94]) |
#define ROM_USBULPIEnable ((void (*)(uint32_t ui32Base))ROM_USBTABLE[95]) |
#define ROM_USBULPIRegRead |
#define ROM_USBULPIRegWrite |
#define ROM_USBOTGSessionRequest |
#define ROM_USBDMANumChannels ((uint32_t (*)(uint32_t ui32Base))ROM_USBTABLE[99]) |
#define ROM_USBEndpointDMAConfigSet |
#define ROM_USBLPMRemoteWakeEnabled ((bool (*)(uint32_t ui32Base))ROM_USBTABLE[102]) |
#define ROM_USBModeConfig |
#define ROM_WatchdogIntClear ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[0]) |
#define ROM_WatchdogRunning ((bool (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[1]) |
#define ROM_WatchdogEnable ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[2]) |
#define ROM_WatchdogResetEnable ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[3]) |
#define ROM_WatchdogResetDisable ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[4]) |
#define ROM_WatchdogLock ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[5]) |
#define ROM_WatchdogUnlock ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[6]) |
#define ROM_WatchdogLockState ((bool (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[7]) |
#define ROM_WatchdogReloadSet |
#define ROM_WatchdogReloadGet ((uint32_t (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[9]) |
#define ROM_WatchdogValueGet ((uint32_t (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[10]) |
#define ROM_WatchdogIntEnable ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[11]) |
#define ROM_WatchdogIntStatus |
#define ROM_WatchdogStallEnable ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[13]) |
#define ROM_WatchdogStallDisable ((void (*)(uint32_t ui32Base))ROM_WATCHDOGTABLE[14]) |
#define ROM_WatchdogIntTypeSet |
#define ROM_Crc16Array |
#define ROM_Crc16Array3 |
#define ROM_Crc16 |
#define ROM_Crc8CCITT |
#define ROM_Crc32 |
#define ROM_pvAESTable ((void *)&(ROM_SOFTWARETABLE[7])) |