Searched refs:Timer_t (Results 1 – 1 of 1) sorted by relevance
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | core_timer.h | 31 typedef struct Timer_InfoStruct Timer_t; typedef 38 Timer_t * Timer_Create(CBFuncEx_t CB, void *Param, void *NotifyTask); 39 Timer_t * Timer_GetStatic(uint32_t Sn, CBFuncEx_t CB, void *Param, void *NotifyTask); 40 int Timer_Start(Timer_t *Timer, uint64_t Tick, uint8_t IsRepeat); 41 int Timer_StartMS(Timer_t *Timer, uint32_t MS, uint8_t IsRepeat); 42 int Timer_StartUS(Timer_t *Timer, uint32_t US, uint8_t IsRepeat); 43 void Timer_Stop(Timer_t *Timer); 44 void Timer_Release(Timer_t *Timer); 46 uint8_t Timer_IsRunning(Timer_t *Timer);
|
Completed in 4 milliseconds