ycrcb2rgb: Modified ycrcb2rgb.
Modified doxygen reports and _g.c file. Signed-off-by: Durga challa <vnsldurg@xilinx.com> Acked-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
parent
6b46af85d7
commit
89c8768695
6 changed files with 157 additions and 84 deletions
0
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/functions_vars.html
Normal file → Executable file
0
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/functions_vars.html
Normal file → Executable file
0
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/struct_x_y_cr_cb2_rgb___config-members.html
Normal file → Executable file
0
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/struct_x_y_cr_cb2_rgb___config-members.html
Normal file → Executable file
6
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/struct_x_y_cr_cb2_rgb___config.html
Normal file → Executable file
6
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/struct_x_y_cr_cb2_rgb___config.html
Normal file → Executable file
|
@ -59,11 +59,11 @@ This typedef contains configuration information for a YCrCb2Rgb core. Each YCrCb
|
|||
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#427e1749055de8e5f777177628959d6f">DCoef</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#82a9207cb1f9be9f2d72468b48fb7a25">ROffset</a></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#470e87df5204e560dedc7f47577e49ab">ROffset</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#b96310c4a7964a7a006f429c73649379">GOffset</a></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#8fe03ba94f64872e7194df9d08cc80e9">GOffset</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#6baa87b01dd5f97a5520691432d53f82">BOffset</a></td></tr>
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u32 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#11c6b70617845965d192494b268258e7">BOffset</a></td></tr>
|
||||
|
||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">u16 </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_x_y_cr_cb2_rgb___config.html#118a2c2e415ab2d6b106b54792e12495">HasClip</a></td></tr>
|
||||
|
||||
|
|
91
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/xycrcb2rgb_8h.html
Normal file → Executable file
91
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/xycrcb2rgb_8h.html
Normal file → Executable file
|
@ -21,7 +21,96 @@
|
|||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
</ul></div>
|
||||
<h1>xycrcb2rgb.h File Reference</h1>
|
||||
<h1>xycrcb2rgb.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
This header file contains identifiers and register-level driver functions (or macros), range macros, structure typedefs that can be used to access the Xilinx YCRCB2RGB core.<p>
|
||||
The YCrCb to RGB Color-Space Convertor core is a simplified 3x3 matrix multiplier converts three input color samples to three output samples in a single clock cycle. The core supports four common format conversions as well as a custom mode that allows for a user-defined transform. The core is capable of a maximum resolution of 7680 columns by 7680 rows with 8, 10, 12, or 16 bits per pixel.<p>
|
||||
<b>Initialization & Configuration</b><p>
|
||||
The device driver enables higher layer software (e.g., an application) to communicate to the YCRCB2RGB core.<p>
|
||||
<a class="el" href="xycrcb2rgb_8c.html#c5025d0ba54b65adaa027af5fb417af6">XYCrCb2Rgb_CfgInitialize()</a> API is used to initialize the YCRCB2RGB core. The user needs to first call the <a class="el" href="xycrcb2rgb_8h.html#efc2983c39179e4c195f7aac035ec77a">XYCrCb2Rgb_LookupConfig()</a> API which returns the Configuration structure pointer which is passed as a parameter to the <a class="el" href="xycrcb2rgb_8c.html#c5025d0ba54b65adaa027af5fb417af6">XYCrCb2Rgb_CfgInitialize()</a> API.<p>
|
||||
<b> Interrupts </b><p>
|
||||
The driver provides an interrupt handler XYCrCb2Rgb_IntrHandler for handling the interrupt from the YCRCB2RGB core. The users of this driver have to register this handler with the interrupt system and provide the callback functions by using XYCrCb2Rgb_SetCallBack API.<p>
|
||||
<b> Virtual Memory </b><p>
|
||||
This driver supports Virtual Memory. The RTOS is responsible for calculating the correct device base address in Virtual Memory space.<p>
|
||||
<b> Threads </b><p>
|
||||
This driver is not thread safe. Any needs for threads or thread mutual exclusion must be satisfied by the layer above this driver.<p>
|
||||
<b> Asserts </b><p>
|
||||
Asserts are used within all Xilinx drivers to enforce constraints on argument values. Asserts can be turned off on a system-wide basis by defining, at compile time, the NDEBUG identifier. By default, asserts are turned on and it is recommended that users leave asserts on during development.<p>
|
||||
<b> Building the driver </b><p>
|
||||
The <a class="el" href="struct_x_y_cr_cb2_rgb.html">XYCrCb2Rgb</a> driver is composed of several source files. This allows the user to build and link only those parts of the driver that are necessary.<p>
|
||||
<pre>
|
||||
MODIFICATION HISTORY:</pre><p>
|
||||
<pre> Ver Who Date Changes
|
||||
----- ------ -------- -------------------------------------------------------
|
||||
5.00a tb 02/28/12 Updated for YCRCB2RGB V5.00.a
|
||||
5.01a bao 12/28/12 Converted from xio.h to xil_io.h, translating basic
|
||||
types, MB cache functions, exceptions and assertions
|
||||
to xil_io format.
|
||||
6.0 adk 19/12/13 Updated as per the New Tcl API's
|
||||
7.0 adk 01/31/14 Changed the file name from "ycrcb2rgb.h" to
|
||||
"xycrcb2rgb.h".</pre><p>
|
||||
<pre> Moved register offsets and bit definitions from
|
||||
ycrcb2rgb.h file to <a class="el" href="xycrcb2rgb__hw_8h.html">xycrcb2rgb_hw.h</a> file.</pre><p>
|
||||
<pre> Removed YCC_TIMING_STATUS register offset because this
|
||||
register is not present in latest product guide.</pre><p>
|
||||
<pre> Removed following function macros:
|
||||
YCC_Enable, YCC_Disable, YCC_RegUpdateEnable,
|
||||
YCC_RegUpdateDisable, YCC_Reset, YCC_ClearReset,
|
||||
YCC_AutoSyncReset, ycc_max..</pre><p>
|
||||
<pre> Removed following functions:
|
||||
YCC_select_standard, YCC_coefficient_translation,
|
||||
YCC_set_coefficients, YCC_get_coefficients.</pre><p>
|
||||
<pre> Added following handler types as enum:
|
||||
XYCC_HANDLER_PROCSTART, XYCC_HANDLER_FRAMEDONE,
|
||||
XYCC_HANDLER_ERROR.</pre><p>
|
||||
<pre> Added following standard types as enum:
|
||||
XYCC_STANDARD_ITU_601_SD, XYCC_STANDARD_ITU_709_NTSC,
|
||||
XYCC_STANDARD_ITU_709_PAL, XYCC_STANDARD_YUV,
|
||||
XYCC_STANDARD_CUSTOM.</pre><p>
|
||||
<pre> Added following output ranges as enum:
|
||||
XYCC_TV_16_TO_240, XYCC_STUDIO_16_TO_235,
|
||||
XYCC_GRAPHICS_0_TO_255.</pre><p>
|
||||
<pre> Added range macros for ActiveSize, RGBMAX, RGBMIN,
|
||||
ROFFSET, GOFFSET, BOFFSET registers.</pre><p>
|
||||
<pre> Added following function macros:
|
||||
XYCrCb2Rgb_IntrEnable, XYCrCb2Rgb_IntrDisable,
|
||||
XYCrCb2Rgb_StatusGetPending, XYCrCb2Rgb_IntrGetPending,
|
||||
XYCrCb2Rgb_IntrClear, XYCrCb2Rgb_Reset,
|
||||
XYCrCb2Rgb_Enable, XYCrCb2Rgb_Disable,
|
||||
XYCrCb2Rgb_Start, XYCrCb2Rgb_Stop,
|
||||
XYCrCb2Rgb_RegUpdateEnable,
|
||||
XYCrCb2Rgb_RegUpdateDisable,
|
||||
XYCrCb2Rgb_SyncReset, XYCrCb2Rgb_Max</pre><p>
|
||||
<pre> Added core, configuration and coefficient structure.
|
||||
Renamed ycc_coef_inputs -> <a class="el" href="struct_x_y_cr_cb2_rgb___coef___inputs.html">XYCrCb2Rgb_Coef_Inputs</a> and
|
||||
ycc_coef_outputs - > <a class="el" href="struct_x_y_cr_cb2_rgb___coef___outputs.html">XYCrCb2Rgb_Coef_Outputs</a>.</pre><p>
|
||||
<pre> Added callback functions typedef.</pre><p>
|
||||
<pre> Implemented XYCrCb2Rgb_LookupConfig in
|
||||
<a class="el" href="xycrcb2rgb__sinit_8c.html">xycrcb2rgb_sinit.c</a>
|
||||
Implemented XYCrCb2Rgb_SelfTest in
|
||||
<a class="el" href="xycrcb2rgb__selftest_8c.html">xycrcb2rgb_selftest.c</a>
|
||||
Implemented XYCrCb2Rgb_IntrHandler,
|
||||
XYCrCb2Rgb_SetCallBack in <a class="el" href="xycrcb2rgb__intr_8c.html">xycrcb2rgb_intr.c</a>.</pre><p>
|
||||
<pre> Implemented following functions in <a class="el" href="xycrcb2rgb_8c.html">xycrcb2rgb.c</a>:
|
||||
XYCrCb2Rgb_CfgInitialize, XYCrCb2Rgb_EnableDbgByPass,
|
||||
XYCrCb2Rgb_IsDbgByPassEnabled,
|
||||
XYCrCb2Rgb_DisableDbgBypass,
|
||||
XYCrCb2Rgb_EnableDbgTestPattern,
|
||||
XYCrCb2Rgb_IsDbgTestPatternEnabled,
|
||||
XYCrCb2Rgb_DisableDbgTestPattern,
|
||||
XYCrCb2Rgb_GetVersion, XYCrCb2Rgb_GetDbgFrameCount,
|
||||
XYCrCb2Rgb_GetDbgLineCount,
|
||||
XYCrCb2Rgb_GetDbgPixelCount, XYCrCb2Rgb_Setup,
|
||||
XYCrCb2Rgb_SetActiveSize, XYCrCb2Rgb_GetActiveSize,
|
||||
XYCrCb2Rgb_SetRGBMax, XYCrCb2Rgb_GetRGBMax,
|
||||
XYCrCb2Rgb_SetRGBMin, XYCrCb2Rgb_GetRGBMin,
|
||||
XYCrCb2Rgb_SetROffset, XYCrCb2Rgb_GetROffset,
|
||||
XYCrCb2Rgb_SetGOffset, XYCrCb2Rgb_GetGOffset,
|
||||
XYCrCb2Rgb_SetBOffset, XYCrCb2Rgb_GetBOffset,
|
||||
XYCrCb2Rgb_SetCoefs, XYCrCb2Rgb_GetCoefs,
|
||||
XYCrCb2Rgb_Select_Standard,
|
||||
XYCrCb2Rgb_Coefficient_Translation,
|
||||
XYCrCb2Rgb_Select_OutputRange.
|
||||
*</pre>
|
||||
<p>
|
||||
<code>#include "<a class="el" href="xycrcb2rgb__hw_8h.html">xycrcb2rgb_hw.h</a>"</code><br>
|
||||
<code>#include "xil_assert.h"</code><br>
|
||||
|
|
29
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/xycrcb2rgb__g_8c.html
Normal file → Executable file
29
XilinxProcessorIPLib/drivers/ycrcb2rgb/doc/html/api/xycrcb2rgb__g_8c.html
Normal file → Executable file
|
@ -46,8 +46,35 @@
|
|||
<p>
|
||||
<b>Initial value:</b><div class="fragment"><pre class="fragment">
|
||||
{
|
||||
|
||||
|
||||
|
||||
{
|
||||
XPAR_V_YCRCB2RGB_1_DEVICE_ID,
|
||||
XPAR_V_YCRCB2RGB_1_BASEADDR,
|
||||
XPAR_V_YCRCB2RGB_1_S_AXIS_VIDEO_FORMAT,
|
||||
XPAR_V_YCRCB2RGB_1_M_AXIS_VIDEO_FORMAT,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_DEBUG,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_INTC_IF,
|
||||
XPAR_V_YCRCB2RGB_1_MAX_COLS,
|
||||
XPAR_V_YCRCB2RGB_1_ACTIVE_COLS,
|
||||
XPAR_V_YCRCB2RGB_1_ACTIVE_ROWS,
|
||||
XPAR_V_YCRCB2RGB_1_MWIDTH,
|
||||
XPAR_V_YCRCB2RGB_1_COEF_RANGE,
|
||||
XPAR_V_YCRCB2RGB_1_ACOEF,
|
||||
XPAR_V_YCRCB2RGB_1_BCOEF,
|
||||
XPAR_V_YCRCB2RGB_1_CCOEF,
|
||||
XPAR_V_YCRCB2RGB_1_DCOEF,
|
||||
XPAR_V_YCRCB2RGB_1_ROFFSET,
|
||||
XPAR_V_YCRCB2RGB_1_GOFFSET,
|
||||
XPAR_V_YCRCB2RGB_1_BOFFSET,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_CLIP,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_CLAMP,
|
||||
XPAR_V_YCRCB2RGB_1_RGBMAX,
|
||||
XPAR_V_YCRCB2RGB_1_RGBMIN,
|
||||
XPAR_V_YCRCB2RGB_1_S_AXI_CLK_FREQ_HZ,
|
||||
XPAR_V_YCRCB2RGB_1_STANDARD_SEL,
|
||||
XPAR_V_YCRCB2RGB_1_OUTPUT_RANGE
|
||||
}
|
||||
}
|
||||
</pre></div>
|
||||
</div>
|
||||
|
|
|
@ -1,34 +1,17 @@
|
|||
|
||||
/******************************************************************************
|
||||
*
|
||||
* CAUTION: This file is automatically generated by HSM.
|
||||
* Version:
|
||||
* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* v (64-bit)
|
||||
SW Build (by ) on
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
*
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* Use of the Software is limited solely to applications:
|
||||
* (a) running on a Xilinx device, or
|
||||
* (b) that interact with a Xilinx device through a bus or interconnect.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
||||
* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of the Xilinx shall not be used
|
||||
* in advertising or otherwise to promote the sale, use or other dealings in
|
||||
* this Software without prior written authorization from Xilinx.
|
||||
*
|
||||
******************************************************************************/
|
||||
*******************************************************************/
|
||||
|
||||
#include "xparameters.h"
|
||||
#include "xycrcb2rgb.h"
|
||||
|
@ -39,59 +22,33 @@
|
|||
|
||||
XYCrCb2Rgb_Config XYCrCb2Rgb_ConfigTable[] =
|
||||
{
|
||||
/*
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_DEVICE_ID,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_BASEADDR,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_S_AXIS_VIDEO_FORMAT,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_M_AXIS_VIDEO_FORMAT,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_HAS_DEBUG,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_HAS_INTC_IF,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_MAX_COLS,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_ACTIVE_COLS,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_ACTIVE_ROWS,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_MWIDTH,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_COEF_RANGE,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_ACOEF,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_BCOEF,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_CCOEF,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_DCOEF,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_ROFFSET,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_GOFFSET,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_BOFFSET,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_HAS_CLIP,
|
||||
XPAR_FMC_SENSOR_INPUT_YCRCB2RGB_1_HAS_CLAMP,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_RGBMAX,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_RGBMIN,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_S_AXI_CLK_FREQ_HZ,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_STANDARD_SEL,
|
||||
XPAR_FMC_SENSOR_INPUT_V_YCRCB2RGB_1_OUTPUT_RANGE
|
||||
,*/
|
||||
/*
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_DEVICE_ID,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_BASEADDR,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_S_AXIS_VIDEO_FORMAT,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_M_AXIS_VIDEO_FORMAT,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_HAS_DEBUG,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_HAS_INTC_IF,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_MAX_COLS,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_ACTIVE_COLS,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_ACTIVE_ROWS,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_MWIDTH,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_COEF_RANGE,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_ACOEF,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_BCOEF,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_CCOEF,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_DCOEF,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_ROFFSET,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_GOFFSET,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_BOFFSET,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_HAS_CLIP,
|
||||
XPAR_HDMI_OUTPUT_YCRCB2RGB_1_HAS_CLAMP,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_RGBMAX,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_RGBMIN,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_S_AXI_CLK_FREQ_HZ,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_STANDARD_SEL,
|
||||
XPAR_HDMI_OUTPUT_V_YCRCB2RGB_1_OUTPUT_RANGE
|
||||
|
||||
*/
|
||||
{
|
||||
XPAR_V_YCRCB2RGB_1_DEVICE_ID,
|
||||
XPAR_V_YCRCB2RGB_1_BASEADDR,
|
||||
XPAR_V_YCRCB2RGB_1_S_AXIS_VIDEO_FORMAT,
|
||||
XPAR_V_YCRCB2RGB_1_M_AXIS_VIDEO_FORMAT,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_DEBUG,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_INTC_IF,
|
||||
XPAR_V_YCRCB2RGB_1_MAX_COLS,
|
||||
XPAR_V_YCRCB2RGB_1_ACTIVE_COLS,
|
||||
XPAR_V_YCRCB2RGB_1_ACTIVE_ROWS,
|
||||
XPAR_V_YCRCB2RGB_1_MWIDTH,
|
||||
XPAR_V_YCRCB2RGB_1_COEF_RANGE,
|
||||
XPAR_V_YCRCB2RGB_1_ACOEF,
|
||||
XPAR_V_YCRCB2RGB_1_BCOEF,
|
||||
XPAR_V_YCRCB2RGB_1_CCOEF,
|
||||
XPAR_V_YCRCB2RGB_1_DCOEF,
|
||||
XPAR_V_YCRCB2RGB_1_ROFFSET,
|
||||
XPAR_V_YCRCB2RGB_1_GOFFSET,
|
||||
XPAR_V_YCRCB2RGB_1_BOFFSET,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_CLIP,
|
||||
XPAR_V_YCRCB2RGB_1_HAS_CLAMP,
|
||||
XPAR_V_YCRCB2RGB_1_RGBMAX,
|
||||
XPAR_V_YCRCB2RGB_1_RGBMIN,
|
||||
XPAR_V_YCRCB2RGB_1_S_AXI_CLK_FREQ_HZ,
|
||||
XPAR_V_YCRCB2RGB_1_STANDARD_SEL,
|
||||
XPAR_V_YCRCB2RGB_1_OUTPUT_RANGE
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue