代码搜索:C语言基础

找到约 10,000 项符合「C语言基础」的源代码

代码结果 10,000
www.eeworm.com/read/381840/9068786

h i2c.h

/* ------------------------------------------------------------------------- */ /* */ /* i2c.h - definitions for the i2c-bus interface */ /* */ /* ------------------
www.eeworm.com/read/281973/9125510

c i2c.c

#include "I2C.h" void I2C_Initial( void ) { P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚 I2C_Set_sck_low(); I2C_STOP(); Delay_ms(10); return; } void I2C_Set_sda_high( void ) {
www.eeworm.com/read/281849/9129505

c i2c.c

#include "i2c.h" void I2C_Initial( void ) { //将SCL管脚设置为输出管脚 SCLOUT; I2C_Set_sck_low(); I2C_STOP(); Delay_ms(10); return; } void I2C_Set_sda_high( void ) {
www.eeworm.com/read/281849/9129509

bak i2c.c.bak

#include "i2c.h" void I2C_Initial( void ) { //将SCL管脚设置为输出管脚 SCLOUT; I2C_Set_sck_low(); I2C_STOP(); Delay_ms(10); return; } void I2C_Set_sda_high( void ) {
www.eeworm.com/read/379944/9171786

regsr arm7.regsr

4 c958589a a 8dd5407c d 978c21eb e 0000a000 f 00006114
www.eeworm.com/read/379944/9171835

regout arm7.regout

4 c958589a a 8dd5407c d 978c21eb e 0000a000 f 00006118
www.eeworm.com/read/182531/9200407

h twi_lib.h

/*H************************************************************************** * NAME: twi_lib.h *---------------------------------------------------------------------------- * Copyright (c)
www.eeworm.com/read/364000/9926488

h at91sam9260_sdramc.h

/* linux/include/asm-arm/arch-at91sam9260/at91sam9260_sdramc.h * * Hardware definition for the sdramc peripheral in the ATMEL at91sam9260 processor * * Generated 01/16/2006 (17:06:46) AT91
www.eeworm.com/read/166206/10029294

h twi_lib.h

/*H************************************************************************** * NAME: twi_lib.h *---------------------------------------------------------------------------- * Copyright (c)
www.eeworm.com/read/359397/10147530

c i2c.c

#include "I2C.h" void I2C_Initial( void ) { P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚 I2C_Set_sck_low(); I2C_STOP(); Delay_ms(10); return; } void I2C_Set_sda_high( void ) {