lan9115.h
来自「samsung 最新芯片2450 的测试程序.」· C头文件 代码 · 共 27 行
H
27 行
#ifndef __LAN9115_H__
#define __LAN9115_H__
#ifdef __cplusplus
extern "C" {
#endif
#define ID_REV 0x50
#define ChipID 0x0115
int smsc9115_reg_read(U32 reg);
extern void Test_LAN9115(void);
#ifdef __cplusplus
}
#endif
#endif /* __CS8900_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?