51void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt)
53 WWDT->CTL = u32PreScale |
Mini58 series peripheral access layer header file. This file contains all the peripheral register's d...
#define WWDT_CTL_WWDTEN_Msk
#define WWDT_CTL_CMPDAT_Pos
#define WWDT_CTL_INTEN_Msk
#define WWDT
Pointer to WWDT register structure.
void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt)
This function make WWDT module start counting with different counter period and compared window value...