vout.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:2k
- /*****************************************************************************
- File Name : vout.h
- Description: 5100 VOUT header
- COPYRIGHT (C) STMicroelectronics 2004.
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __VOUT_H
- #define __VOUT_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stvout.h"
- /* Exported Types ------------------------------------------------------ */
- /* Exported Constants -------------------------------------------------- */
- #define KB_VOUT_MAX_DEVICES 2
- /* Exported Variables -------------------------------------------------- */
- extern STVOUT_Handle_t g_KB_VoutHandle[KB_VOUT_MAX_DEVICES];
- extern ST_DeviceName_t g_KB_VoutDeviceName[KB_VOUT_MAX_DEVICES];
- /* Exported Macros ----------------------------------------------------- */
- #define KB_VOUT_DEVICE_TYPE STVOUT_DEVICE_TYPE_V13
- #ifndef VOUT_BASE_ADDRESS
- #define VOUT_BASE_ADDRESS VOUT_BASE_ADDRESS
- #endif
- #define KB_VOUT_DEVICE_BASE_ADDRESS 0
- #ifdef MALY3
- #define KB_VOUT_OUTPUT_TYPE STVOUT_OUTPUT_ANALOG_CVBS
- #else
- #define KB_VOUT_OUTPUT_TYPE STVOUT_OUTPUT_ANALOG_RGB
- #endif
- /* Exported Functions -------------------------------------------------- */
- ST_ErrorCode_t KB_VoutSetup(void);
- #endif /* __VOUT_H */
- /* EOF --------------------------------------------------------------------- */