MINI58_BSP V3.01.005
The Board Support Package for Mini58 Series MCU
Functions
wdt.c File Reference

Mini58 series WDT driver source file. More...

#include "Mini58Series.h"
Include dependency graph for wdt.c:

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

Mini58 series WDT driver source file.

Version
V1.00
Revision
3
Date
15/05/28 1:16p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2022 Nuvoton Technology Corp. All rights reserved.

Definition in file wdt.c.