Searched refs:LICK_VALUE (Results 1 – 1 of 1) sorted by relevance
16 #define LICK_VALUE 40000 macro48 #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