Mini51 BSP  V3.02.002
The Board Support Package for Mini51 Series
Functions
wdt.c File Reference

MINI51 series WDT driver source file. More...

#include "Mini51Series.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...
 

Detailed Description

MINI51 series WDT driver source file.

Version
V1.00
Revision
4
Date
15/03/18 5:39p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file wdt.c.