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

📄 ime9650_fxns.h

📁 这个是基于在CCS开发环境下
💻 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 "IME9650_config.h"

/********************************************
 Function Prototypes
********************************************/
// EDC Required Functions
static EDC_Handle IME9650_open(String devName, Arg optArg);
static Int IME9650_close(EDC_Handle handle);
static int IME9650_ctrl(EDC_Handle handle, unsigned int cmd, Arg arg);

// Commands
static Bool IME9650_Config(EDC_Handle handle, IME9650_Params *params);
void IME9650_Reset_Dev(EDC_Handle devHandle);
void IME9650_PowerDown(EDC_Handle devHandle);
int IME9650_Begin_Capture(EDC_Handle handle);
int IME9650_Read_All_Registers(EDC_Handle devHandle);

// I2C Write Routine
Bool IME9650_Write_Verify(I2C_Handle hI2C, Uint8 devAddress, Uint32 subAddress, Uint8 *data, Uint16 numBytes);
void IME9650_SetRegister(unsigned int uAddress,int nData);

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

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

⌨️ 快捷键说明

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