📄 timex.h
字号:
/* * linux/include/asm-arm/arch-iop80310/timex.h * * IOP310 architecture timex specifications */#include <linux/config.h>#ifdef CONFIG_ARCH_IQ80310#ifndef CONFIG_XSCALE_PMU_TIMER/* This is for the on-board timer */#define CLOCK_TICK_RATE 33000000 /* Underlying HZ */#else/* This is for the underlying xs80200 PMU clock. We run the core @ 733MHz */#define CLOCK_TICK_RATE 733000000#endif#else#error "No IOP310 timex information for this architecture"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -