📄 ep1k50.h
字号:
// 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -