代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

extern_declarations.h

/* -02/23/2006: Petre M. -this file contains the extern declarations used throughout the program */ #include "structures.h" #include "system_def.h" #define Bit0 0x01 #define Bit1 0x02

main.c

/*----------------------------------------------------------------------------- -----------------------------------------------------------------------------*/ #include #include

rtl8139.c

/** * QEMU RTL8139 emulation * * Copyright (c) 2006 Igor Kovalenko * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentat

readme.txt

运行步骤: 1 打开iic.mcp工程文件 2 运行 3 观察终端输出从eeprom中 读出的数据 文件说明: iic_test.c 开发板初始化文件 2410iic.c iic实验主程序文件

tvmodule.c

#include #include #include #include //TV高频头的中频部分设置(制式设置) //MidFreqIC_Addr: 中频IC的IIC地址,如TDA9885T的是0xC0或0xC2 //wdata:写入中频的数据,其中wdata[0]是 //if succ

sio.c

#include #include #include #include //功能:先设置帧首和帧尾,然后计算校验和,再把buf_sio缓冲区中的数据发送出去 // // void SioTransmit() { unsigned char i; buf_sio[13]=SIO_

sio.c

#include #include #include #include void SendStr(unsigned char *sdata) { ES=0; while(*sdata!='\0') { SBUF=*sdata; while(!TI); TI=

lpc932_ring.c

/*********************************************************** *文件名:LPC932_Ring.C *开发: www.zlgmcu.com *功能: 自动响铃系统控制程序 *日期: 13:01 04-2-28 ***********************************************************/

rfid_eepromvars.o.d

rfid_EepromVars.o: ../rfid_EepromVars.c ../rfid_EepromVars.h \ C:/WinAVR/avr/include/avr/eeprom.h \ C:\WinAVR\bin/../lib/gcc/avr/3.4.6/include/stddef.h \ C:/WinAVR/avr/include/inttypes.h C:/W

rfid_sound.o.d

rfid_Sound.o: ../rfid_Sound.c ../rfid_Sound.h \ C:/WinAVR/avr/include/avr/io.h C:/WinAVR/avr/include/avr/sfr_defs.h \ C:/WinAVR/avr/include/inttypes.h C:/WinAVR/avr/include/stdint.h \ C:/WinA