s3c2510timer.h

来自「s3c2510 VxWorks BSP包」· C头文件 代码 · 共 33 行

H
33
字号
/* s3c2510Timer.h - SAMSUNG S3C2510 timer driver header file */

/* Copyright 2002 SAMSUNG ELECTRONICS */

/*
modification history
--------------------
01b,10July02,jwchoi
01a,08feb02,jmLee   created.
*/


#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           60
#define DEF_SYS_TIMESTAMP_TICKS         1


#ifdef  __cplusplus
}
#endif

#endif  /* __INCs3c2510Timerh */

⌨️ 快捷键说明

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