51void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt)
53 WWDT->IER = u32EnableInt;
Nano100 series peripheral access layer header file. This file contains all the peripheral register's ...
#define WWDT_CR_WWDTEN_Msk
#define WWDT_CR_WINCMP_Pos
#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...