代码搜索结果
找到约 10,000 项符合
C 的代码
arm7.regout
4 c958589a
a 8dd5407c
d 978c21eb
e 0000a000
f 00006118
twi_lib.h
/*H**************************************************************************
* NAME: twi_lib.h
*----------------------------------------------------------------------------
* Copyright (c)
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
twi_lib.h
/*H**************************************************************************
* NAME: twi_lib.h
*----------------------------------------------------------------------------
* Copyright (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 )
{
sgip__message_8h__incl.md5
c68714c71b3948e1ef482439c10c4596
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 )
{
i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= SCL; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= SCL; //将SCL管脚(P1.3)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
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 )
{