Home
last modified time | relevance | path

Searched refs:SPEC_TIMER_CTX_T (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/common/
A Dapp_spec_ostimer.h15 }SPEC_TIMER_CTX_T; typedef
18 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