Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/power/
Dlos_pm.c41 #define OS_MS_PER_TICK (OS_SYS_MS_PER_SECOND / LOSCFG_BASE_CORE_TICK_PER_SECOND) macro
599 ticks = (UINT32)((millisecond + OS_MS_PER_TICK - 1) / OS_MS_PER_TICK); in LOS_PmTimeLockRequest()
/kernel/liteos_m/kernel/include/
Dlos_tick.h148 #define OS_MS_PER_TICK (OS_SYS_MS_PER_SECOND / LOSCFG_BASE_CORE_TICK_PER_SECOND) macro
/kernel/liteos_m/components/power/
Dlos_pm.c699 ticks = (UINT32)((millisecond + OS_MS_PER_TICK - 1) / OS_MS_PER_TICK); in LOS_PmTimeLockRequest()