|
Functions |
| void | WDT_Init (uint32_t ClkSrc, uint32_t WDTMode) |
| | Initial for Watchdog function Clock source = RTC ,.
|
| void | WDT_Start (uint32_t TimeOut) |
| | Start WDT activity with given timeout value.
|
| void | WDT_Feed (void) |
| | After set WDTEN, call this function to start Watchdog or reload the Watchdog timer.
|
| FlagStatus | WDT_ReadTimeOutFlag (void) |
| | Read WDT Time out flag.
|
| void | WDT_ClrTimeOutFlag (void) |
| | Clear WDT Time out flag.
|
| void | WDT_UpdateTimeOut (uint32_t TimeOut) |
| | Update WDT timeout value and feed.
|
| uint32_t | WDT_GetCurrentCount (void) |
| | Get the current value of WDT.
|