Searched refs:osTimerId_t (Results 1 – 4 of 4) sorted by relevance
37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, in osTimerNew()74 return (osTimerId_t)timer; in osTimerNew()80 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks) in osTimerStart()106 osStatus_t osTimerStop(osTimerId_t timer_id) in osTimerStop()130 osStatus_t osTimerDelete(osTimerId_t timer_id) in osTimerDelete()154 const char *osTimerGetName(osTimerId_t timer_id) in osTimerGetName()168 uint32_t osTimerIsRunning(osTimerId_t timer_id) in osTimerIsRunning()
211 typedef void *osTimerId_t; typedef494 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t …499 const char *osTimerGetName(osTimerId_t timer_id);505 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks);510 osStatus_t osTimerStop(osTimerId_t timer_id);515 uint32_t osTimerIsRunning(osTimerId_t timer_id);520 osStatus_t osTimerDelete(osTimerId_t timer_id);
44 osTimerId_t id1; in ZTEST()45 osTimerId_t id2; in ZTEST()
68 osTimerId_t timer_id; in main()