⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userapp.h

📁 用于三星S3C2440A和S3C24A0A的VGA或SXGA驱动程序
💻 H
字号:
/*    Character Driver API Interface    Copyright (C) 2003 Samsung Electronics (SW.LEE: hitchcar@samsung.com)    This program is free software; you can redistribute it and/or modify    it under the terms of the GNU General Public License as published by    the Free Software Foundation; either version 2 of the License, or    (at your option) any later version.*/#ifndef __FIMC20_CAMIF_USR_APP_H_#define __FIMC20_CAMIF_USR_APP_H_/*  * IOCTL Command for Character Driver */ #define CMD_CAMERA_INIT   0x23/*  Test Application Usage */typedef struct {        int src_x;        int src_y;        int dst_x;        int dst_y;        int bpp;        int flip;} camif_param_t;#endif/*  * Local variables: * tab-width: 8 *  c-indent-level: 8 *  c-basic-offset: 8 *  c-set-style: "K&R" * End: */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -