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

📄 e2prom_function.h

📁 外设存储器接口程序
💻 H
字号:

/********************************************************************************/
/*																				*/
/*	Filename:	E2PROM_Function.h												*/
/*  Function:	Realize E2PROM`s writing and reading operation					*/
/*																				*/
/********************************************************************************/
#ifndef E2PROM_Function_h
#define	E2PROM_Function_h

	
extern void MyI2C_setup(I2C_Setup *Init);  
extern int MyI2C_Write(Uint16 *data,int length,int master,Uint16 slaveaddress,int transfermode,int timeout);
extern int MyI2C_Read(Uint16 *data,int length,int master,Uint16 slaveaddress,int transfermode,int timeout, int checkbus);
extern int MyI2C_WriteSigWord(unsigned int OwnAdd, unsigned int data, int master, Uint16 slaveaddress, int transfermode, int timeout);

#endif

/************************************************************************/
/*	No	More															*/
/************************************************************************/

⌨️ 快捷键说明

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