代码搜索结果
找到约 10,000 项符合
C 的代码
i2c pin access.h
#ifndef I2C_PIN_ACCESS
#define I2C_PIN_ACCESS
//--------------------------------------------------------------------------//
// Header files //
//--------------------------------
burn_flash_c67.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="burn_flash_c67"
ProjectDir="E:\Research\Work Dir\Two Modes Signal Guiding and Compens
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-algo-bit.c
/* ------------------------------------------------------------------------- */
/* i2c-algo-bit.c i2c driver algorithms for bit-shift adapters */
/* ---------------------------------------------
hardware.h
#ifndef __HARDWARE_H__
#define __HARDWARE_H__
// write your header here
//========================================================================================
// Progarm: The file be included by
i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
//将SCL管脚设置为输出管脚
P1DIR |= SCL;
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
inherit__graph__1.md5
1b65dbe81a2c7e33910862bbd21c096c
i2c pin access.h
#ifndef I2C_PIN_ACCESS
#define I2C_PIN_ACCESS
//--------------------------------------------------------------------------//
// Header files //
//--------------------------------
u_common_dsplfilterconfig.pas
// DSP Lib Automation GUI
// Copyright (c) 2006-2007 Lake of Soft, Ltd
{$i unaDef.inc }
unit
u_common_dsplFilterConfig;
interface
uses
Windows, unaTypes,
Forms, StdCtrls, Contr
deb_i2c.tan.rpt
Timing Analyzer report for deb_i2c
Tue Jan 30 16:35:05 2007
Version 6.0 Build 202 06/20/2006 Service Pack 1.18 SJ Full Version
---------------------
; Table of Contents ;
--------------------