Searched refs:WDT_GetValue (Results 1 – 3 of 3) sorted by relevance
13 int32_t WDT_GetValue(WDT_TypeDef * WDTx); //获取指定看门狗定时器的当前倒计时值
101 int32_t WDT_GetValue(WDT_TypeDef * WDTx) in WDT_GetValue() function
63 *(rt_uint32_t *)arg = WDT_GetValue(wdt_cfg->WDTx) / SystemCoreClock; in swm_wdt_control()
Completed in 35 milliseconds