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

📄 mt9t001_fxns.h

📁 TI DM642 DSP 驱动CMOS 成像芯片MT9T001(Micron)源代码,TI原版资料.包含驱动环境配置,对如基于DSP的数码相机,摄像机开发有重要参考价值.
💻 H
字号:
/*
 *  Copyright 2004 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  
 */

#include "MT9T001_config.h"

/********************************************
 Function Prototypes
********************************************/
// EDC Required Functions
static EDC_Handle MT9T001_open(String devName, Arg optArg);
static Int MT9T001_close(EDC_Handle handle);
static int MT9T001_ctrl(EDC_Handle handle, unsigned int cmd, Arg arg);

// Commands
static Bool MT9T001_Config(EDC_Handle handle, MT9T001_Params *params);
void MT9T001_Reset_Dev(EDC_Handle devHandle);
void MT9T001_PowerDown(EDC_Handle devHandle);
int MT9T001_Begin_Capture(EDC_Handle handle);
int MT9T001_Read_All_Registers(EDC_Handle devHandle);

// I2C Write Routine
Bool MT9T001_Write_Verify(I2C_Handle hI2C, Uint8 devAddress, Uint32 subAddress, Uint8 *data, Uint16 numBytes);

// Capture Register Initialization
static int MT9T001_Common_Config_Settings(EDC_Handle devHandle);

// I2C Address Multiplexing
int MT9T001_PCA9540_Address_Multiplex(EDC_Handle handle);

⌨️ 快捷键说明

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