![]() |
scutimer
Xilinx SDK Drivers API Documentation
|
Data Structures | |
struct | XScuTimer_Config |
struct | XScuTimer |
Macros | |
#define | XScuTimer_IsExpired(InstancePtr) |
#define | XScuTimer_RestartTimer(InstancePtr) |
#define | XScuTimer_LoadTimer(InstancePtr, Value) |
#define | XScuTimer_GetCounterValue(InstancePtr) |
#define | XScuTimer_EnableAutoReload(InstancePtr) |
#define | XScuTimer_DisableAutoReload(InstancePtr) |
#define | XScuTimer_EnableInterrupt(InstancePtr) |
#define | XScuTimer_DisableInterrupt(InstancePtr) |
#define | XScuTimer_GetInterruptStatus(InstancePtr) |
#define | XScuTimer_ClearInterruptStatus(InstancePtr) |
Functions | |
XScuTimer_Config * | XScuTimer_LookupConfig (u16 DeviceId) |
s32 | XScuTimer_SelfTest (XScuTimer *InstancePtr) |
s32 | 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) |