timex.h

来自「优龙2410linux2.6.8内核源代码」· C头文件 代码 · 共 28 行

H
28
字号
/* * linux/include/asm-arm/arch-iop3xx/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 // IQ80310#elif defined(CONFIG_ARCH_IQ80321)#define CLOCK_TICK_RATE 200000000#else#error "No IOP3xx timex information for this architecture"#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?