embeddedsw/XilinxProcessorIPLib/drivers/video_common/examples/xedid_print_example.h
Andrei-Liviu Simion 60cde56abe video_common: Added EDID example that prints decoded information.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-26 10:31:51 +05:30

16 lines
277 B
C

/*
* xedid_print.h
*
* Created on: Nov 9, 2014
* Author: andreis
*/
#ifndef XEDID_PRINT_H_
#define XEDID_PRINT_H_
#include "xdptx.h"
u32 Edid_PrintDecodeBase(u8 *EdidRaw);
u32 Edid_PrintDecodeAll(XDptx *InstancePtr, u8 Lct, u8 *Rad);
#endif /* XEDID_PRINT_H_ */