xiltimer
Vitis Drivers API Documentation
xiltimer.c File Reference

Functions

void XilTimer_Sleep (unsigned long delay, XTimer_DelayType DelayType)
 This API contains common delay implementation using library API's. More...
 
void sleep (unsigned int seconds)
 This API gives delay in sec. More...
 
void msleep (unsigned long mseconds)
 This API gives delay in msec. More...
 
void usleep (unsigned long useconds)
 This API gives delay in usec. More...
 
void __attribute__ ((constructor))
 This API initializes the xiltimer library through constructor. More...
 
void XTimer_SetHandler (XTimer_TickHandler FuncPtr, void *CallBackRef, u8 Priority)
 This routine installs an asynchronous callback function for the given FuncPtr. More...
 
void XTimer_SetInterval (unsigned long delay)
 This API sets the elapse interval for the timer instance. More...
 
void XTimer_ClearTickInterrupt (void)
 This API clears the interrupt status of the tick timer instance. More...