Searched refs:osTimerNew (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_os2.h | 848 osTimerId_t osTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t *attr);
853 * @param timer_id Indicates the timer ID, which is obtained using osTimerNew.
863 * @param timer_id Indicates the timer ID, which is obtained using osTimerNew.
874 * @param timer_id Indicates the timer ID, which is obtained using osTimerNew.
884 * @param timer_id Indicates the timer ID, which is obtained using osTimerNew.
894 * @param timer_id Indicates the timer ID, which is obtained using osTimerNew.
|
H A D | cmsis_liteos2.c | 710 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t *attr)
in osTimerNew() function
|
Completed in 3 milliseconds