Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/src/
Dlos_tick.c141 return LOS_ERRNO_SYS_TIMER_IS_RUNNING; in TickTimerCheck()
225 return LOS_ERRNO_SYS_TIMER_IS_RUNNING; in LOS_TickTimerRegister()
/kernel/liteos_m/kernel/include/
Dlos_tick.h222 #define LOS_ERRNO_SYS_TIMER_IS_RUNNING LOS_ERRNO_OS_ERROR(LOS_MOD_SYS, 0x15) macro