![]() |
xiltimer
Vitis Drivers API Documentation
|
Structure to the XFpga instance. More...
Data Fields | |
| void(* | XTimer_ModifyInterval )(struct XTimerTag *InstancePtr, u32 delay, XTimer_DelayType Delaytype) |
| Modifies the timer interval. More... | |
| void(* | XTimer_TickIntrHandler )(struct XTimerTag *InstancePtr, u8 Priority) |
| Tick interrupt handler. More... | |
| void(* | XTimer_TickInterval )(struct XTimerTag *InstancePtr, u32 Delay) |
| Configures the tick interval. More... | |
| void(* | XSleepTimer_Stop )(struct XTimerTag *InstancePtr) |
| Stops the sleep timer. More... | |
| void(* | XTickTimer_Stop )(struct XTimerTag *InstancePtr) |
| Stops the tick timer. More... | |
| void(* | XTickTimer_ClearInterrupt )(struct XTimerTag *InstancePtr) |
| Clears the Tick timer interrupt status. More... | |
| XTimer_TickHandler | Handler |
| Callback function. More... | |
| void * | CallBackRef |
| Callback reference for handler. More... | |
Structure to the XFpga instance.
| XTimer_ModifyInterval | Modifies the timer interval |
| XTimer_TickIntrHandler | Tick interrupt handler |
| XTimer_TickInterval | Configures the tick interval |
| XSleepTimer_Stop | Stops the sleep timer |
| XTickTimer_Stop | Stops the tick timer |
| XTickTimer_ClearInterrupt | Clears the Tick timer interrupt status |
| Handler | Tick Handler |
| CallBackRef | Callback reference for handler |
| AxiTimer_SleepInst | Sleep Instance for AxiTimer |
| AxiTimer_TickInst | Tick Instance for AxiTimer |
| TtcPs_SleepInst | Sleep Instance for TTCPS |
| TtcPs_TickInst | Tick Instance for TTCPS |
| ScuTimer_SleepInst | Sleep Instance for Scutimer |
| ScuTimer_TickInst | Tick Instance for Scutimer |
| void* XTimerTag::CallBackRef |
Callback reference for handler.
Referenced by XTimer_SetHandler().
| XTimer_TickHandler XTimerTag::Handler |
Callback function.
Referenced by XTimer_SetHandler().
| void(* XTimerTag::XSleepTimer_Stop)(struct XTimerTag *InstancePtr) |
Stops the sleep timer.
| void(* XTimerTag::XTickTimer_ClearInterrupt)(struct XTimerTag *InstancePtr) |
Clears the Tick timer interrupt status.
Referenced by XTimer_ClearTickInterrupt().
| void(* XTimerTag::XTickTimer_Stop)(struct XTimerTag *InstancePtr) |
Stops the tick timer.
| void(* XTimerTag::XTimer_ModifyInterval)(struct XTimerTag *InstancePtr, u32 delay, XTimer_DelayType Delaytype) |
Modifies the timer interval.
Referenced by XilTimer_Sleep().
| void(* XTimerTag::XTimer_TickInterval)(struct XTimerTag *InstancePtr, u32 Delay) |
Configures the tick interval.
Referenced by XTimer_SetInterval().
| void(* XTimerTag::XTimer_TickIntrHandler)(struct XTimerTag *InstancePtr, u8 Priority) |
Tick interrupt handler.
Referenced by XTimer_SetHandler().