MODIFICATION HISTORY:
Ver Who Date Changes ----- --- -------- --------------------------------------------- 1.00a nm 03/10/10 First release
#include "xscutimer.h"
Functions | |
int | XScuTimer_CfgInitialize (XScuTimer *InstancePtr, XScuTimer_Config *ConfigPtr, u32 EffectiveAddress) |
void | XScuTimer_Start (XScuTimer *InstancePtr) |
void | XScuTimer_Stop (XScuTimer *InstancePtr) |
void | XScuTimer_SetPrescaler (XScuTimer *InstancePtr, u8 PrescalerValue) |
u8 | XScuTimer_GetPrescaler (XScuTimer *InstancePtr) |
|
Initialize a specific timer instance/driver. This function must be called before other functions of the driver are called.
|
|
This function returns the current prescaler value.
|
|
This function sets the prescaler bits in the timer control register.
|
|
Start the timer.
|
|
Stop the timer.
|