diff --git a/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/index.html b/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/index.html index f68ccd22..490d53cf 100755 --- a/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/index.html +++ b/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/index.html @@ -2,7 +2,7 @@
This is the main header file of Xilinx Video Deinterlacer core.
Interrupt Service
@@ -35,7 +35,9 @@ Example(s) are provided with this driver to demonstrate the self test.
1.00a rjh 07/10/11 First release 2.00a rjh 18/01/12 Updated for v_deinterlacer 2.00 3.0 adk 19/12/13 Updated as per the New Tcl API's. - 3.2 adk 02/13/14 Added Doxygen support, adherence to Xilinx + 3.2 adk 02/13/14 Modified XDeint_IntrDisable macro replace ISR_OFFSET + with IER OFFSET, XDeint_InReset. + Added Doxygen support, adherence to Xilinx coding standards.
Modification history of xdeint_sinit.c: Added Doxygen support, adherence to Xilinx diff --git a/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/xdeint_8h.html b/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/xdeint_8h.html index 1ae32da6..70259391 100644 --- a/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/xdeint_8h.html +++ b/XilinxProcessorIPLib/drivers/deinterlacer/doc/html/api/xdeint_8h.html @@ -223,14 +223,14 @@Value:
This macro gets the Deinterlacer's color space.XDeint_ReadReg((InstancePtr)->Config.BaseAddress, \ - (XDEINT_MODE_OFFSET)) & (XDEINT_MODE_COLOUR_YUV) + (XDEINT_MODE_OFFSET)) & (XDEINT_MODE_COL)
InstancePtr | is a pointer to XDeint instance to be worked on. |
-Value:
XDeint_ReadReg((InstancePtr)->Config.BaseAddress, \ - (XDEINT_RESET_OFFSET)) +Value:This macro returns the current soft-reset state.(XDeint_ReadReg((InstancePtr)->Config.BaseAddress, \ + (XDEINT_RESET_OFFSET)) & (XDEINT_RESET_RESET_MASK))
#define | XDEINT_STS_FS_RD_FRAME_ERROR 0x00000800 |
Deinterlacer Control Fields: | |
#define | XDEINT_VER_MAJOR_MASK 0xF0000000 |
#define | XDEINT_VER_MAJOR_MASK 0xFF000000 |
#define | XDEINT_VER_MAJOR_SHIFT 28 |
#define | XDEINT_VER_MAJOR_SHIFT 24 |
#define | XDEINT_VER_MINOR_MASK 0x0FF00000 |
#define | XDEINT_VER_MINOR_MASK 0x00F00000 |
#define | XDEINT_VER_MINOR_SHIFT 20 |
#define | XDEINT_MODE_PULL_22_FIELDP 0x00000200 |
#define | XDEINT_MODE_COLOUR_RGB 0x00000000 |
#define | XDEINT_MODE_COLOUR_YUV 0x00000000 |
#define | XDEINT_MODE_COLOUR_YUV 0x00000004 |
#define | XDEINT_MODE_COLOUR_RGB 0x00000004 |
#define | XDEINT_MODE_ALGORITHM_RAW 0x00000000 |
#define XDEINT_MODE_COLOUR_RGB 0x00000000 | +#define XDEINT_MODE_COLOUR_RGB 0x00000004 |
#define XDEINT_MODE_COLOUR_YUV 0x00000004 | +#define XDEINT_MODE_COLOUR_YUV 0x00000000 |
#define XDEINT_VER_MAJOR_MASK 0xF0000000 | +#define XDEINT_VER_MAJOR_MASK 0xFF000000 |
#define XDEINT_VER_MAJOR_SHIFT 28 | +#define XDEINT_VER_MAJOR_SHIFT 24 |
#define XDEINT_VER_MINOR_MASK 0x0FF00000 | +#define XDEINT_VER_MINOR_MASK 0x00F00000 |