代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4967384
kconfig
#
# I2C Sensor device configuration
#
menu "Hardware Sensors Chip support"
depends on I2C
config I2C_SENSOR
tristate
default n
config SENSORS_ADM1021
tristate "Analog Devices ADM1021 and compat
www.eeworm.com/read/316872/3604747
i2c-ocores
Kernel driver i2c-ocores
Supported adapters:
* OpenCores.org I2C controller by Richard Herveille (see datasheet link)
Datasheet: http://www.opencores.org/projects.cgi/web/i2c/overview
Author:
www.eeworm.com/read/443386/1747610
kconfig
#
# I2C Sensor device configuration
#
menu "Hardware Sensors Chip support"
depends on I2C
config I2C_SENSOR
tristate
default n
config SENSORS_ADM1021
tristate "Analog Devices ADM1021 and compat
www.eeworm.com/read/438676/1823878
c i2c_hw.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2004. All rights reserved.
*
*/
/**
@file i2c_hw.c
@brief implemetation for I2C - using hardware I2C block
@author YH Lin, Markus Brenner
*/
#include
www.eeworm.com/read/426148/1995581
kconfig
#
# I2C Sensor device configuration
#
menu "Hardware Sensors Chip support"
depends on I2C
config I2C_SENSOR
tristate
default n
config SENSORS_ADM1021
tristate "Analog Devices ADM1021 and compat
www.eeworm.com/read/412408/2170341
c i2c_hw.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2004. All rights reserved.
*
*/
/**
@file i2c_hw.c
@brief implemetation for I2C - using hardware I2C block
@author YH Lin, Markus Brenner
*/
#include
www.eeworm.com/read/407641/2260963
c i2c_hw.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2004. All rights reserved.
*
*/
/**
@file i2c_hw.c
@brief implemetation for I2C - using hardware I2C block
@author YH Lin, Markus Brenner
*/
#include
www.eeworm.com/read/147676/12540265
h i2c-compat.h
/*
* some i2c layer compatibility stuff -- to avoid cluttering up the
* i2c modules with tons of #ifdefs
*/
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,66)
static inline void *i2c_get_adap
www.eeworm.com/read/302024/13844336
c bsp_gpio.c
#include
#include "BSP_IOdef.h"
//#include "Sc16is752.h"
//以下为控制所有外围器件的IO脚初始化,包括经过SC16IS752芯片驱动的IO脚
//SPI、UART、EMI、I2C等的第二功能引脚在各自模块中初始化
void SYS_IOint( void )
{
GPIO_Config( GPIO
www.eeworm.com/read/451177/1665172
c main.c
#include "config.h" //包含LPC22xx模板的配置头文件
#include "D12Driver.h" //包含PDIUSBD12驱动程序的头文件
#include "I2C.h" //包含I2C总线中间件的头文件
#define PAGE_SIZE_24C02 16 //CAT24WC02的页面大小:16字节
#define CM