i2c_com.lis
来自「单片机开发资料光盘-双龙-686M.zip」· LIS 代码 · 共 25 行
LIS
25 行
.module I2C_COM.c
.area eeprom(rom, con, rel)
0000 _Slave_Add::
0000 B0 .byte 176
0001 .dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
0001 .dbsym e Slave_Add _Slave_Add c
0001 _Master_Add::
0001 B0 .byte 176
0002 .dbsym e Master_Add _Master_Add c
.area data(ram, con, rel)
0000 .dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
.area text(rom, con, rel)
0000 .dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
0000 .dbfunc e twi_tran _twi_tran fV
0000 ; temp -> R20
.even
0000 _twi_tran::
0000 00D0 rcall push_gset1
0002 .dbline -1
0002 .dbline 35
0002 ; /*******************************************/
0002 ; /* 广州天河双龙电子公司 */
0002 ; /* http://www.sl.com.cn */
0002 ; /* 硬件I2C总线演示程序之四 */
0002 ; /* 中断、双向通信(和UART连接)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?