?? ep1k50.h
字號(hào):
// EP1K50.H: This header file allow CPU to configurate the EP1K50 cross connecting
// PTUN(n,m)=x:
// n: The selected outport n
// m: The secected TU m of outport n
// x: The source inport x
// Example:
// PTUN(1,1)=0x1, The TU 1 of outport 1 comes from the inport 1
#include <absacc.h>
#ifndef ep1k50
#define ep1k50
#define EP1K50BASE 0x8C00 // EP1K50 BASE ADDRESS
#define PTUN(n,m) XBYTE[EP1K50BASE + (n << 6) + m]
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -