![]() |
![]() |
|
MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
|
#include "FunctionTimer_Definitions.h"

Go to the source code of this file.
Data Structures | |
| struct | tFunctionTimer |
Macros | |
| #define | TIMER__CCR0_VECTOR (TIMER0_A0_VECTOR) |
| #define | TIMER__CCR1_VECTOR (TIMER0_A1_VECTOR) |
Enumerations | |
| enum | tFunctionTimerSelection { eTimerDelayedFunction_A, eTimerDelayedFunction_B } |
| enumerates the available function delays. More... | |
Functions | |
| void | Timer_startDelayedFunctionTimer (const tFunctionTimer *pFunctionTimer) |
| void | Timer_stopDelayedFunctionTimer (void) |
| This function stops the Timer_A. More... | |
| void | Timer_scheduleDelayedFunction (uint8_t ui8Function) |
| void | Timer_cancelDelayedFunction (uint8_t ui8Function) |