Home
last modified time | relevance | path

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

/components/drivers/watchdog/
A Dwatchdog-dw.c39 #define MSEC_PER_SEC 1000L macro
140 msec = (rt_uint64_t)timeout->sec * MSEC_PER_SEC + timeout->msec; in dw_wdt_get_max_timeout_ms()
312 msec = (rt_uint64_t)tops[val] * MSEC_PER_SEC; in dw_wdt_init_timeouts()
314 tout.msec = msec - ((rt_uint64_t)tout.sec * MSEC_PER_SEC); in dw_wdt_init_timeouts()
/components/lwp/vdso/
A Dvdso_datapage.h63 #define MSEC_PER_SEC 1000L macro

Completed in 3 milliseconds