#include <stdbool.h>
#include <stdint.h>
#include <inc/hw_types.h>
#include <inc/hw_ints.h>
#include <inc/hw_memmap.h>
#include <inc/hw_aux_timer.h>
#include <driverlib/debug.h>
#include <driverlib/interrupt.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(s). More... | |
void | AUXTimerStop (uint32_t ui32Timer) |
Stop AUX timer(s). More... | |
__STATIC_INLINE void | AUXTimerTargetValSet (uint32_t ui32Timer, uint32_t ui32Target) |
Set AUX timer target value. More... | |
__STATIC_INLINE uint32_t | AUXTimerTargetValGet (uint32_t ui32Timer) |
Get AUX timer target value. 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... | |