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

📄 i2cdrv.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/* * i2cdrv.h -- I2C bus driver prototype and definitions * * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia * Author: Victor V. Vengerov <vvv@oktet.ru> * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. * * @(#) $Id: i2cdrv.h,v 1.1.4.1 2003/09/04 18:44:30 joel Exp $ */#ifndef __I2CDRV_H__#define __I2CDRV_H__#ifdef __cplusplusextern "C" {#endif#define I2C_DRIVER_TABLE_ENTRY \  { i2cdrv_initialize, NULL, NULL, NULL, NULL, NULL }/* i2cdrv_initialize -- *     I2C driver initialization (rtems I/O driver primitive) */rtems_device_driveri2cdrv_initialize(rtems_device_major_number major,                  rtems_device_minor_number minor,                  void *arg);#ifdef __cplusplus}#endif                  #endif /* __I2CDRV_H__ */

⌨️ 快捷键说明

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