Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/cmsis/
Dcmsis_timer_func_test.c418 uwRet = osTimerStop(id);
443 uwRet = osTimerStop(id);
465 uwRet = osTimerStop(id);
487 uwRet = osTimerStop(id);
500 UINT32 uwRet = osTimerStop(NULL);
562 uwRet = osTimerStop(id);
651 uwRet = osTimerStop(id);
/kernel/liteos_m/testsuites/sample/cmsis/
Dcmsis_func_test.c476 ret = osTimerStop(time_id);
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c780 osStatus_t osTimerStop(osTimerId_t timer_id) in osTimerStop() function