![]() |
MINI58_BSP V3.01.005
The Board Support Package for Mini58 Series MCU
|
Mini58 series WDT driver source file. More...
#include "Mini58Series.h"
Go to the source code of this file.
Functions | |
void | WDT_Open (uint32_t u32TimeoutInterval, uint32_t u32ResetDelay, uint32_t u32EnableReset, uint32_t u32EnableWakeup) |
This function make WDT module start counting with different time-out interval. More... | |
void | WDT_Close (void) |
This function stops WDT counting and disable WDT module. More... | |
void | WDT_EnableInt (void) |
This function enables the WDT time-out interrupt. More... | |
void | WDT_DisableInt (void) |
This function disables the WDT time-out interrupt. More... | |
Mini58 series WDT driver source file.
Definition in file wdt.c.