当前仅显示指定条件回帖 [ 展开查看全部 ]
文件名称:
osal_timer-h.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
7.21 KB
下载地址:
文本预览:
# osal\_timer.h
## **Overview**
**Related Modules:**
[OSAL](OSAL.md)
**Description:**
Declares timer types and interfaces.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
## Typedefs
## Functions
## **Overview**
**Related Modules:**
[OSAL](OSAL.md)
**Description:**
Declares timer types and interfaces.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
OSAL_DECLARE_TIMER(timer) OsalTimer timer |
## Typedefs
OsalTimerFunc) (uintptr_t arg) | Describes a timer execution function type. |
## Functions
OsalTimerCreate (OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) | |
OsalTimerDelete (OsalTimer *timer) | |
OsalTimerStartOnce (OsalTimer *timer) | |
OsalTimerStartLoop (OsalTimer *timer) | |
OsalTimerSetTimeout (OsalTimer *timer, uint32_t interval) |
点赞
回复
X