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

📄 ipu_prp_sw.h

📁 LINUX下的ov2640驱动程序
💻 H
字号:
/* * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. *//* * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.org/copyleft/gpl.html *//*! * @file ipu_prp_sw.h * * @brief This file contains the IPU PRP use case driver header. * * @ingroup IPU */#ifndef _INCLUDE_IPU__PRP_SW_H_#define _INCLUDE_IPU__PRP_SW_H_int prp_enc_select(void *private);int prp_enc_deselect(void *private);int prp_vf_adc_select(void *private);int prp_vf_sdc_select(void *private);int prp_vf_sdc_select_bg(void *private);int prp_vf_adc_deselect(void *private);int prp_vf_sdc_deselect(void *private);int prp_vf_sdc_deselect_bg(void *private);int prp_still_select(void *private);int prp_still_deselect(void *private);#endif

⌨️ 快捷键说明

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