51void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt)
53 WWDT->CTL = u32PreScale |
NUC472/NUC442 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
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...