Home
last modified time | relevance | path

Searched refs:osTimerId_t (Results 1 - 1 of 1) sorted by relevance

/third_party/cmsis/CMSIS/RTOS2/Include/
H A Dcmsis_os2.h261 typedef void *osTimerId_t; typedef
602 osTimerId_t osTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t *attr);
607 const char *osTimerGetName (osTimerId_t timer_id);
613 osStatus_t osTimerStart (osTimerId_t timer_id, uint32_t ticks);
618 osStatus_t osTimerStop (osTimerId_t timer_id);
623 uint32_t osTimerIsRunning (osTimerId_t timer_id);
628 osStatus_t osTimerDelete (osTimerId_t timer_id);

Completed in 2 milliseconds