param.h
来自「这是leon3处理器的交叉编译链」· C头文件 代码 · 共 15 行
H
15 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?