dsitxss
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
xdsitxss_hw.h File Reference
#include "xil_io.h"
#include "xdsi_hw.h"

Macros

#define XDSITXSS_HW_H_
 Prevent circular inclusions by using protection macros. More...
 
Interrupt handler identifiers

Map DSITxSS handler IDs to the underlying DSI core handler IDs.

#define XDSITXSS_HANDLER_UNSUPPORT_DATATYPE   XDSI_HANDLER_UNSUPPORT_DATATYPE
 Unsupported data type handler ID. More...
 
#define XDSITXSS_HANDLER_PIXELDATA_UNDERRUN   XDSI_HANDLER_PIXELDATA_UNDERRUN
 Pixel data underrun handler ID. More...
 
#define XDSITXSS_HANDLER_CMDQ_FIFOFULL   XDSI_HANDLER_CMDQ_FIFOFULL
 Command queue FIFO full handler ID. More...
 
#define XDSITXSS_HANDLER_OTHERERROR   XDSI_HANDLER_OTHERERROR
 Other error handler ID. More...
 
Interrupt status masks

Mapped DSITxSS interrupt status masks from the DSI core.

#define XDSITXSS_ISR_DATAIDERR_MASK   XDSI_ISR_DATA_ID_ERR_MASK
 Data ID error interrupt status mask. More...
 
#define XDSITXSS_ISR_PIXELUNDERRUN_MASK   XDSI_ISR_PXL_UNDR_RUN_MASK
 Pixel underrun interrupt status mask. More...
 
#define XDSITXSS_ISR_CMDQ_FIFO_FULL_MASK   XDSI_ISR_CMDQ_FIFO_FULL_MASK
 Command queue FIFO full interrupt status mask. More...
 
Interrupt enable masks

Mapped DSITxSS interrupt enable masks from the DSI core.

#define XDSITXSS_IER_DATAIDERR_MASK   XDSI_IER_DATA_ID_ERR_MASK
 Data ID error interrupt enable mask. More...
 
#define XDSITXSS_IER_PIXELUNDERRUN_MASK   XDSI_IER_PXL_UNDR_RUN_MASK
 Pixel underrun interrupt enable mask. More...
 
#define XDSITXSS_IER_CMDQ_FIFO_FULL_MASK   XDSI_IER_CMDQ_FIFO_FULL_MASK
 Command queue FIFO full interrupt enable mask. More...
 
#define XDSITXSS_IER_ALLINTR_MASK   XDSI_IER_ALLINTR_MASK
 Enable all supported interrupts mask. More...