blit.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- /*****************************************************************************
- File Name: blit.h
- Description: BLIT configuration
- COPYRIGHT (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __BLIT_H
- #define __BLIT_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stblit.h"
- /* Exported Types --------------------------------------------------------- */
- /* Exported Constants ----------------------------------------------------- */
- /* Exported Variables ----------------------------------------------------- */
- extern ST_DeviceName_t BLIT_DeviceName;
- extern STBLIT_Handle_t BLIT_Handle;
- extern STBLIT_BlitContext_t GtBlitContext;
- /* Exported Macros -------------------------------------------------------- */
- #define BLIT_DEVICE_TYPE STBLIT_DEVICE_TYPE_SOFTWARE
- #ifndef BLIT_INTERRUPT
- #define BLIT_INTERRUPT ST5105_BLIT_AQ1_INTERRUPT
- #endif
- #ifndef BLIT_INTERRUPT_LEVEL
- #define BLIT_INTERRUPT_LEVEL 5
- #endif
- /* Exported Functions ----------------------------------------------------- */
- ST_ErrorCode_t BLIT_Setup(void);
- #endif /* __BLIT_H */
- /* EOF --------------------------------------------------------------------- */