Home
last modified time | relevance | path

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

/bsp/at32/libraries/rt_drivers/
A Ddrv_wdt.c16 #define LICK_VALUE 40000 macro
48 #if defined(LICK_VALUE) in wdt_control()
49 if(LICK_VALUE) in wdt_control()
51 at32_wdt.reload = (*((rt_uint32_t*)arg)) * LICK_VALUE / 256 ; in wdt_control()
59 … LOG_E("wdg set timeout parameter too large, please less than %ds", 0xFFF * 256 / LICK_VALUE); in wdt_control()
76 #if defined(LICK_VALUE) in wdt_control()
77 if(LICK_VALUE) in wdt_control()
79 (*((rt_uint32_t*)arg)) = at32_wdt.reload * 256 / LICK_VALUE; in wdt_control()

Completed in 5 milliseconds