📄 smbus.lst
字号:
C51 COMPILER V7.05 SMBUS 08/15/2006 18:15:42 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE SMBUS
OBJECT MODULE PLACED IN SMBus.OBJ
COMPILER INVOKED BY: C:\SiLabs\MCU\IDEfiles\C51\BIN\C51.exe SMBus.h DB OE
stmt level source
1 #define TRUE 1;
2 #define FALSE 0;
3 typedef bit BOOL;
4
5 //-----------------------------------------------------------------------------
6 // SMBus Status vector - top 4 bits only
7 //-----------------------------------------------------------------------------
8
9 #define SMBus_DetectSTA 0x60 // Detect a START and a slave address
10 #define SMBus_TxData 0x40 // A slave byte was transmitted
11 #define SMBus_RxData 0x00
12 #define SMBus_TxSTO 0x50 // when transmiting Detect a STOP
13 #define SMBus_RxSTO 0x10 // when receiving Detect a STOP
14
15 #define SMBus_SlaveAddress 0x91 // Read Address of F330 SMBus
16
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = ---- ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -