|
MotorWare f2806x Driver API Documentation
|
Contains the various functions related to the timer (TIMER) object. More...
#include "sw/drivers/timer/src/32b/f28x/f2806x/timer.h"Go to the source code of this file.
Functions | |
| void | TIMER_clearFlag (TIMER_Handle timerHandle) |
| Clears the timer (TIMER) flag. More... | |
| void | TIMER_disableInt (TIMER_Handle timerHandle) |
| Disables the timer (TIMER) interrupt. More... | |
| void | TIMER_enableInt (TIMER_Handle timerHandle) |
| Enables the timer (TIMER) interrupt. More... | |
| TIMER_Status_e | TIMER_getStatus (TIMER_Handle timerHandle) |
| Gets the timer (TIMER) status. More... | |
| TIMER_Handle | TIMER_init (void *pMemory, const size_t numBytes) |
| Initializes the timer (TIMER) object handle. More... | |
| void | TIMER_setDecimationFactor (TIMER_Handle timerHandle, const uint16_t decFactor) |
| Sets the timer (TIMER) decimation factor. More... | |
| void | TIMER_setEmulationMode (TIMER_Handle timerHandle, const TIMER_EmulationMode_e mode) |
| Sets the timer (TIMER) emulation mode. More... | |
| void | TIMER_setPreScaler (TIMER_Handle timerHandle, const uint16_t preScaler) |
| Sets the timer (TIMER) prescaler. More... | |
Contains the various functions related to the timer (TIMER) object.
(C) Copyright 2015, Texas Instruments, Inc.
Definition in file timer.c.
1.8.9.1