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

📄 s3c2510timer.h

📁 2510官方bsp,可以作为开发bsp的参考
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -