54void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt)
57 if (u32CmpValue > 0x3E)
62 WWDT->INTEN = u32EnableInt;
NANO103 peripheral access layer header file. This file contains all the peripheral register's definit...
#define WWDT_CTL_WWDTEN_Msk
#define WWDT_CTL_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...