![]() |
clk_wiz
Vitis Drivers API Documentation
|
Functions | |
void | XClk_Wiz_InterruptEnable (XClk_Wiz *InstancePtr, u32 Mask) |
XClk_Wiz_InterruptEnable will enable the interrupts present in the interrupt mask passed onto the function. More... | |
void | XClk_Wiz_InterruptDisable (XClk_Wiz *InstancePtr, u32 Mask) |
XClk_Wiz_InterruptDisable will disable the interrupts present in the interrupt mask passed onto the function. More... | |
u32 | XClk_Wiz_InterruptGetEnabled (XClk_Wiz *InstancePtr) |
XClk_Wiz_InterruptGetEnabled will get the interrupt mask set (enabled) in the CLK_WIZ core. More... | |
u32 | XClk_Wiz_InterruptGetStatus (XClk_Wiz *InstancePtr) |
XClk_Wiz_InterruptGetStatus will get the list of interrupts pending in the Interrupt Status Register of the CLK_WIZ core. More... | |
void | XClk_Wiz_InterruptClear (XClk_Wiz *InstancePtr, u32 Mask) |
XClk_Wiz_InterruptClear will clear the interrupts set in the Interrupt Status Register of the CLK_WIZ core. More... | |
int | XClk_Wiz_SetCallBack (XClk_Wiz *InstancePtr, u32 HandleType, void *CallBackFunc, void *CallBackRef) |
This routine installs an asynchronous callback function for the given HandlerType: More... | |
void | XClk_Wiz_IntrHandler (void *InstancePtr) |
This function is the interrupt handler for the CLK_WIZ core. More... | |