osal_timer.h
Overview
Related Modules:
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) |
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) |