📄 drv_timer.h
字号:
/************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* System Name : uPLAT7D series */
/* Module Name : uPLAT7D system timer drivers program */
/* File Name : drv_timer.h */
/* Date : 2005/12/24 initial version */
/* */
/************************************************************************/
#ifndef DRV_TIMER_H
#define DRV_TIMER_H
/******************************/
/* Functions declaration */
/******************************/
int16_t smpDrv_OpenTimer(uint16_t cycle);
int16_t smpDrv_CloseTimer(void);
int16_t smpDrv_IoctlTimer(uint16_t cmd, uint32_t arg);
void smpDrv_PollTimer(uint16_t cmd, uint16_t count);
#endif /* end of DRV_TIMER_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -