📄 param.h
字号:
/* Various stuff for the sparclet processor. This file is in the public domain. */#ifndef _MACHINE_PARAM_H_#define _MACHINE_PARAM_H_#ifdef __leonbare__/* note: this is also defined in asm-leon/param.h */# define HZ 100UL /* Internal kernel timer frequency */# define CLOCK_TICK_RATE 1000000UL /* Underlying HZ */#endif#endif /* _MACHINE_SPARCLET_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -