Searched refs:osTimerId_t (Results 1 – 4 of 4) sorted by relevance
37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, in osTimerNew()76 return (osTimerId_t)timer; in osTimerNew()82 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks) in osTimerStart()107 osStatus_t osTimerStop(osTimerId_t timer_id) in osTimerStop()131 osStatus_t osTimerDelete(osTimerId_t timer_id) in osTimerDelete()157 const char *osTimerGetName(osTimerId_t timer_id) in osTimerGetName()171 uint32_t osTimerIsRunning(osTimerId_t timer_id) in osTimerIsRunning()
38 osTimerId_t id1; in ZTEST()39 osTimerId_t id2; in ZTEST()113 osTimerId_t id; in ZTEST()
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);
68 osTimerId_t timer_id; in main()