Searched refs:SYSCTRL_RST_EN (Results 1 – 3 of 3) sorted by relevance
38 SYSCTRL_RST_EN |= (1 << 1); in WDT_ModeConfig()42 SYSCTRL_RST_EN &= ~(1 << 1); in WDT_ModeConfig()
99 SYSCTRL_RST_EN |= 0x01; in soft_reset()
146 #define SYSCTRL_RST_EN *(volatile int*)(CLKGEN_BASEADDR + 0x14) macro
Completed in 8 milliseconds