ime9650_fxns.h

来自「这个是基于在CCS开发环境下」· C头文件 代码 · 共 35 行

H
35
字号
/*
 *  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 + =
减小字号Ctrl + -
显示快捷键?