⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timex.h

📁 是关于linux2.5.1的完全源码
💻 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 + -