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

📄 i2c.h

📁 专业汽车级嵌入式操作系统OSEK的源代码
💻 H
字号:
#ifndef __I2C_H__#define __I2C_H__#include "mytypes.h"#define I2C_N_PORTS 4void i2c_disable(int port);void i2c_enable(int port);void i2c_init(void);int i2c_busy(int port);int i2c_start_transaction(int port,                       U32 address,                       int internal_address,                       int n_internal_address_bytes,                       U8 *data,                       U32 nbytes,                      int write);void i2c_test(void);#endif

⌨️ 快捷键说明

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