Searched refs:os_timer_t (Results 1 – 2 of 2) sorted by relevance
46 #define os_timer_t osRtxTimer_t macro65 __STATIC_INLINE os_timer_t *osRtxTimerId (osTimerId_t timer_id) { in osRtxTimerId()67 return ((os_timer_t *)timer_id); in osRtxTimerId()107 __STATIC_INLINE os_timer_t *osRtxTimerObject (os_object_t *object) { in osRtxTimerObject()109 return ((os_timer_t *)object); in osRtxTimerObject()
21 typedef struct timer_data *os_timer_t; typedef22 typedef os_timer_t osa_timer_arg_t;