#include "chip.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | WDT_Enable (Wdt *pWDT, uint32_t dwMode) |
Enable watchdog with given mode. | |
void | WDT_Disable (Wdt *pWDT) |
Disable watchdog. | |
void | WDT_Restart (Wdt *pWDT) |
Watchdog restart. | |
uint32_t | WDT_GetStatus (Wdt *pWDT) |
Watchdog get status. | |
uint32_t | WDT_GetPeriod (uint32_t dwMs) |
Watchdog get period. |
Interface for Watchdog Timer (WDT) controller.
Definition in file wdt.h.
void WDT_Disable | ( | Wdt * | pWDT | ) |
void WDT_Enable | ( | Wdt * | pWDT, | |
uint32_t | dwMode | |||
) |