44 uint32_t u32ResetDelay,
45 uint32_t u32EnableReset,
46 uint32_t u32EnableWakeup)
Mini55 series peripheral access layer header file. This file contains all the peripheral register's d...
#define WDT_CTL_WDTEN_Msk
#define WDT_CTL_RSTEN_Pos
#define WDT_CTL_INTEN_Msk
void WDT_Close(void)
This function stops WDT counting and disable WDT module.
void WDT_DisableInt(void)
This function disables the WDT time-out interrupt.
void WDT_EnableInt(void)
This function enables the WDT time-out interrupt.
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.
#define WDT
Pointer to WDT register structure.