代码搜索结果
找到约 10,000 项符合
I2C 的代码
readme.txt
文件路径 说 明
===============================================================================================================
stm32f10x_i2c.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_i2c.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
i2c_fpga.fit.rpt
Fitter report for I2C_FPGA
Mon Nov 20 15:38:28 2006
Version 5.1 Build 216 03/06/2006 Service Pack 2 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Leg
zc030x_i2c.h
#ifndef h_Zc030x_I2C_h
#define h_Zc030x_I2C_h
/* This file implement the I2C communication functionnalities */
/* This project is under GPL */
/* - Driver file -
dsp280x_i2c_defines.h
// TI File $Revision: /main/1 $
// Checkin $Date: December 1, 2004 11:10:51 $
//###########################################################################
//
// FILE: DSP280x_I2cExample.h
//
dsp280x_i2c_defines.h
// TI File $Revision: /main/1 $
// Checkin $Date: December 1, 2004 11:10:51 $
//###########################################################################
//
// FILE: DSP280x_I2cExample.h
//
readme.txt
这个例子是用来控制codec器件的工作的例程。
使用时,按以下步骤进行:
1、将SEED-DSK5509 J1连接器与仿真器的插头相连接;
2、短路JP11,上电;
3、打开CCS;
4、装入目录下的C5509.gel;
5、装入codec.pjt;
程序的主要内容是:
1、配置<mark>I2C</mark>总线控制codec的工作模式。
2、配置McBSP1,接收与发送codec的数据。 ...
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
stm32f10x_i2c.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_i2c.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
ht_utils.c
// Utilities for Hitech PICmicro compiler, to emulate CCS functions
//
// Approximate msec delay
void delay_ms(unsigned char val)
{
unsigned char i;
while (val--)
{
for (