48 uint32_t u32ResetDelay,
49 uint32_t u32EnableReset,
50 uint32_t u32EnableWakeup)
56 WDT->ALTCTL = u32ResetDelay;
Mini58 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
#define WDT
Pointer to WDT register structure.
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.