Home
last modified time | relevance | path

Searched refs:maxCnt (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/watchdog/
H A Dwatchdog_hi35xx.c111 unsigned int maxCnt = ~0x00; in Hi35xxWatchdogSetTimeout() local
112 unsigned int maxSeconds = maxCnt / HIWDT_CLOCK_HZ; in Hi35xxWatchdogSetTimeout()
116 value = maxCnt; in Hi35xxWatchdogSetTimeout()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/
H A Dlos_task_pri.h324 UINT8 maxCnt : 7; // bits [6:0] store count of task switch info member
/device/soc/hisilicon/common/platform/timer/
H A Dtimer_hi35xx.c277 unsigned int maxCnt = ~0x00; /* 32 bit counter */ in TimerHi35xxSetTimeout() local
278 unsigned int maxSeconds = maxCnt / HI35XX_TIMERx_CLOCK_HZ; in TimerHi35xxSetTimeout()
281 value = maxCnt; in TimerHi35xxSetTimeout()

Completed in 3 milliseconds