at91timer.h

来自「(1)基于部分u-boot代码自己调试的vxworks BSP (2)实现了n」· C头文件 代码 · 共 26 行

H
26
字号
/* s3c2510Timer.h - AT91RM9200 timer driver header file */




#ifndef __INCs3c2510Timerh
#define __INCs3c2510Timerh

#ifdef  __cplusplus
extern  "C" {
#endif


/* Default clock ticks per second */

#define DEF_SYS_CLK_TICKS               60
#define DEF_SYS_AUX_CLK_TICKS           1000
#define DEF_SYS_TIMESTAMP_TICKS         1
#define DEF_TIMER_COUNTER_TICKS         1000

#ifdef  __cplusplus
}
#endif

#endif  /* __INCs3c2510Timerh */

⌨️ 快捷键说明

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