#include <driverlib/timer.h>
Go to the source code of this file.
Functions | |
void | TimerConfigure (uint32_t ui32Base, uint32_t ui32Config) |
Configures the timer(s) More... | |
void | TimerLevelControl (uint32_t ui32Base, uint32_t ui32Timer, bool bInvert) |
Controls the output level. More... | |
void | TimerTriggerControl (uint32_t ui32Base, uint32_t ui32Timer, bool bEnable) |
Enables or disables the ADC trigger output. More... | |
void | TimerStallControl (uint32_t ui32Base, uint32_t ui32Timer, bool bStall) |
Controls the stall handling. More... | |
void | TimerWaitOnTriggerControl (uint32_t ui32Base, uint32_t ui32Timer, bool bWait) |
Controls the wait on trigger handling. More... | |
void | TimerIntRegister (uint32_t ui32Base, uint32_t ui32Timer, void(*pfnHandler)(void)) |
Registers an interrupt handler for the timer interrupt. More... | |
void | TimerIntUnregister (uint32_t ui32Base, uint32_t ui32Timer) |
Unregisters an interrupt handler for the timer interrupt. More... | |