?? i2ceeprom_8c.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Procyon AVRlib: i2ceeprom.c File Reference</title><link href="dox.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div><h1>i2ceeprom.c File Reference</h1>Interface for standard I2C EEPROM memories. <a href="#_details">More...</a><p><code>#include <avr/io.h></code><br><code>#include <avr/signal.h></code><br><code>#include <avr/interrupt.h></code><br><code>#include "<a class="el" href="i2c_8h-source.html">i2c.h</a>"</code><br><code>#include "<a class="el" href="i2ceeprom_8h-source.html">i2ceeprom.h</a>"</code><br><p><a href="i2ceeprom_8c-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a0" doxytag="i2ceeprom.c::i2ceepromInit" ></a>void </td><td class="memItemRight" valign=bottom><a class="el" href="i2ceeprom_8c.html#a0">i2ceepromInit</a> (void)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize I2C EEPROM interface. <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a1" doxytag="i2ceeprom.c::i2ceepromReadByte" ></a>u08 </td><td class="memItemRight" valign=bottom><a class="el" href="i2ceeprom_8c.html#a1">i2ceepromReadByte</a> (u08 i2cAddr, u16 memAddr)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">In the I2C EEPROM at [i2cAddr], read a byte from memory location [memAddr]. <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="a2" doxytag="i2ceeprom.c::i2ceepromWriteByte" ></a>void </td><td class="memItemRight" valign=bottom><a class="el" href="i2ceeprom_8c.html#a2">i2ceepromWriteByte</a> (u08 i2cAddr, u16 memAddr, u08 data)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">In the I2C EEPROM at [i2cAddr], write a byte [data] to the memory location [memAddr]. <br><br></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>Interface for standard I2C EEPROM memories. <p><p>Definition in file <a class="el" href="i2ceeprom_8c-source.html">i2ceeprom.c</a>.<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 15 03:50:23 2004 for Procyon AVRlib by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.6 </small></address></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -