![]() |
rgb2ycrcb
Xilinx SDK Drivers API Documentation
|
This file contains an example using the XRgb2YCrCb driver to do self test on the device.
MODIFICATION HISTORY:
Ver Who Date Changes
7.0 adk 01/20/14 First Release.
Functions | |
int | XRgb2YCrCbSelfTestExample (u16 DeviceId) |
This function does a minimal test on the RGB driver. More... | |
int | main (void) |
Main/Entry function for self test example. More... | |
Variables | |
XRgb2YCrCb | Rgb2YCrCbInst |
Instance of the RGB2YCRCB core. More... | |
int main | ( | void | ) |
Main/Entry function for self test example.
References XRgb2YCrCbSelfTestExample(), and XRGB_DEVICE_ID.
int XRgb2YCrCbSelfTestExample | ( | u16 | DeviceId | ) |
This function does a minimal test on the RGB driver.
DeviceId | is an ID of RGB core or device. |
References XRgb2YCrCb_Config::BaseAddress, XRgb2YCrCb_CfgInitialize(), XRgb2YCrCb_LookupConfig(), and XRgb2YCrCb_SelfTest().
Referenced by main().
XRgb2YCrCb Rgb2YCrCbInst |
Instance of the RGB2YCRCB core.