Searched refs:timer_id (Results 1 – 3 of 3) sorted by relevance
918 extern void EvrRtxTimerError (osTimerId_t timer_id, int32_t status);920 #define EvrRtxTimerError(timer_id, status) argument953 extern void EvrRtxTimerCreated (osTimerId_t timer_id, const char *name);955 #define EvrRtxTimerCreated(timer_id, name) argument964 extern void EvrRtxTimerGetName (osTimerId_t timer_id, const char *name);966 #define EvrRtxTimerGetName(timer_id, name) argument975 extern void EvrRtxTimerStart (osTimerId_t timer_id, uint32_t ticks);977 #define EvrRtxTimerStart(timer_id, ticks) argument985 extern void EvrRtxTimerStarted (osTimerId_t timer_id);987 #define EvrRtxTimerStarted(timer_id) argument[all …]
502 const char *osTimerGetName (osTimerId_t timer_id);508 osStatus_t osTimerStart (osTimerId_t timer_id, uint32_t ticks);513 osStatus_t osTimerStop (osTimerId_t timer_id);518 uint32_t osTimerIsRunning (osTimerId_t timer_id);523 osStatus_t osTimerDelete (osTimerId_t timer_id);
65 __STATIC_INLINE os_timer_t *osRtxTimerId (osTimerId_t timer_id) { in osRtxTimerId() argument67 return ((os_timer_t *)timer_id); in osRtxTimerId()