#include <driverlib/aux_timer.h>Go to the source code of this file.
Functions | |
| void | AUXTimerConfigure (uint32_t ui32Timer, uint32_t ui32Config) |
| Configure AUX timer. More... | |
| void | AUXTimerStart (uint32_t ui32Timer) |
| Start AUX timer. More... | |
| void | AUXTimerStop (uint32_t ui32Timer) |
| Stop AUX timer. More... | |
| void | AUXTimerPrescaleSet (uint32_t ui32Timer, uint32_t ui32PrescaleDiv) |
| Set AUX timer prescale value. More... | |
| uint32_t | AUXTimerPrescaleGet (uint32_t ui32Timer) |
| Get AUX timer prescale value. More... | |