代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\TWINTI~1\eeprom.c
.dbfunc e init_eeprom _init_eeprom fV
.even
_init_eeprom::
.dbline -1
.dbline 11
;
; //#include
; /
eeprom.lis
.module eeprom.c
.area text(rom, con, rel)
0000 .dbfile E:\TWINTI~1\eeprom.c
0000 .dbfunc e init_eeprom _init_e
eeprom.h
extern void init_eeprom(void);
extern void EEPROM_write(unsigned char Address, unsigned char Datas);
extern unsigned char EEPROM_read(unsigned char uiAddress);
eeprom.c
#include
#include
void init_eeprom(void)
{
EECR = 0x07;
}
void EEPROM_write(unsigned char Address, unsigned char Datas)
{
while(EECR & (1
eeprom.c
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + Konstanten
// + 0-250 -> normale Werte
// + 251 -> Poti1
// + 252 -> Poti2
// + 253 -> Poti3
// +++++++++++++++++++++++++++
eeprom.h
void EEPROM_write(unsigned int uiAddress, unsigned char ucData)
{
/* 等待上一次写操作结束 */
while(EECR & (1
eeprom._h
void EEPROM_write(unsigned int uiAddress, unsigned char ucData)
{
/* 等待上一次写操作结束 */
while(EECR & (1