Searched refs:osTimerId (Results 1 – 4 of 4) sorted by relevance
38 osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, in osTimerCreate()64 return (osTimerId)timer; in osTimerCreate()70 osStatus osTimerStart(osTimerId timer_id, uint32_t millisec) in osTimerStart()96 osStatus osTimerStop(osTimerId timer_id) in osTimerStop()120 osStatus osTimerDelete(osTimerId timer_id) in osTimerDelete()
43 osTimerId id1; in ZTEST()44 osTimerId id2; in ZTEST()
141 typedef struct os_timer_cb *osTimerId; typedef391 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);398 osStatus osTimerStart (osTimerId timer_id, uint32_t millisec);404 osStatus osTimerStop (osTimerId timer_id);410 osStatus osTimerDelete (osTimerId timer_id);
59 osTimerId timer_id; in main()