diff --git a/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h b/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h index 8a03b350..082be049 100644 --- a/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h +++ b/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h @@ -215,6 +215,17 @@ version and revision. */ /* @} */ +/** @name DPRX core registers: User video status. + * @{ + */ +#define XDPRX_USER_FIFO_OVERFLOW 0x110 /**< Indicates an overflow in + user FIFO. */ +#define XDPRX_USER_VSYNC_STATE 0x114 /**< Provides a mechanism for + the host processor to + monitor the state of the + video data path. */ +/* @} */ + /******************* Macros (Inline Functions) Definitions ********************/ /** @name Register access macro definitions.