Searched refs:SPEC_TIMER_CTX_T (Results 1 – 1 of 1) sorted by relevance
15 }SPEC_TIMER_CTX_T; typedef18 SPEC_TIMER_CTX_T spec_timer_ctx_##name = \28 osStatus app_spec_timer_create (SPEC_TIMER_CTX_T *spec_timer_ctx, const osTimerDef_t *timer_def, os…29 osStatus app_spec_timer_start (SPEC_TIMER_CTX_T *spec_timer_ctx, uint32_t millisec);30 osStatus app_spec_timer_stop (SPEC_TIMER_CTX_T *spec_timer_ctx);31 osStatus app_spec_timer_delete (SPEC_TIMER_CTX_T *spec_timer_ctx);
Completed in 2 milliseconds