dsitxss
Vitis Drivers API Documentation
|
Functions | |
void | XDsiTxSs_IntrHandler (void *InstancePtr) |
This function is the interrupt handler for the MIPI DSI Tx Subsystem. More... | |
void | XDsiTxSs_SetGlobalInterrupt (void *InstancePtr) |
This function will enable the interrupts present in the interrupt mask passed onto the function. More... | |
void | XDsiTxSs_InterruptEnable (void *InstancePtr, u32 Mask) |
This function will enable the interrupts present in the interrupt mask passed onto the function. More... | |
u32 | XDsiTxSs_SetCallback (XDsiTxSs *InstancePtr, u32 HandlerType, void *CallbackFunc, void *CallbackRef) |
This routine installs an asynchronous callback function for the given HandlerType: More... | |