dp: rx: Added user video status registers.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
ea0c4f5d2b
commit
f4b1a740fc
1 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue