# osal\_timer.h ## **Overview** **Related Modules:** [OSAL](OSAL.md) **Description:** Declares timer types and interfaces. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
OSAL_DECLARE_TIMER(timer) OsalTimer timer |
OsalTimerFunc) (uintptr_t arg) |
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) |