|
| static uint32_t | _TimerIntNumberGet (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerEnable (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerDisable (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerConfigure (uint32_t ui32Base, uint32_t ui32Config) |
| |
| void | TimerControlLevel (uint32_t ui32Base, uint32_t ui32Timer, bool bInvert) |
| |
| void | TimerControlTrigger (uint32_t ui32Base, uint32_t ui32Timer, bool bEnable) |
| |
| void | TimerControlEvent (uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Event) |
| |
| void | TimerControlStall (uint32_t ui32Base, uint32_t ui32Timer, bool bStall) |
| |
| void | TimerControlWaitOnTrigger (uint32_t ui32Base, uint32_t ui32Timer, bool bWait) |
| |
| void | TimerRTCEnable (uint32_t ui32Base) |
| |
| void | TimerRTCDisable (uint32_t ui32Base) |
| |
| void | TimerClockSourceSet (uint32_t ui32Base, uint32_t ui32Source) |
| |
| uint32_t | TimerClockSourceGet (uint32_t ui32Base) |
| |
| void | TimerPrescaleSet (uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Value) |
| |
| uint32_t | TimerPrescaleGet (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerPrescaleMatchSet (uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Value) |
| |
| uint32_t | TimerPrescaleMatchGet (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerLoadSet (uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Value) |
| |
| uint32_t | TimerLoadGet (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerLoadSet64 (uint32_t ui32Base, uint64_t ui64Value) |
| |
| uint64_t | TimerLoadGet64 (uint32_t ui32Base) |
| |
| uint32_t | TimerValueGet (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| uint64_t | TimerValueGet64 (uint32_t ui32Base) |
| |
| void | TimerMatchSet (uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Value) |
| |
| uint32_t | TimerMatchGet (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerMatchSet64 (uint32_t ui32Base, uint64_t ui64Value) |
| |
| uint64_t | TimerMatchGet64 (uint32_t ui32Base) |
| |
| void | TimerIntRegister (uint32_t ui32Base, uint32_t ui32Timer, void(*pfnHandler)(void)) |
| |
| void | TimerIntUnregister (uint32_t ui32Base, uint32_t ui32Timer) |
| |
| void | TimerIntEnable (uint32_t ui32Base, uint32_t ui32IntFlags) |
| |
| void | TimerIntDisable (uint32_t ui32Base, uint32_t ui32IntFlags) |
| |
| uint32_t | TimerIntStatus (uint32_t ui32Base, bool bMasked) |
| |
| void | TimerIntClear (uint32_t ui32Base, uint32_t ui32IntFlags) |
| |
| void | TimerSynchronize (uint32_t ui32Base, uint32_t ui32Timers) |
| |
| void | TimerADCEventSet (uint32_t ui32Base, uint32_t ui32ADCEvent) |
| |
| uint32_t | TimerADCEventGet (uint32_t ui32Base) |
| |
| void | TimerDMAEventSet (uint32_t ui32Base, uint32_t ui32DMAEvent) |
| |
| uint32_t | TimerDMAEventGet (uint32_t ui32Base) |
| |
| void | TimerUpdateMode (uint32_t ui32Base, uint32_t ui32Timer, uint32_t ui32Config) |
| |