Home
last modified time | relevance | path

Searched refs:SYS_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/bsp/rm48x50/HALCoGen/source/
A Dsys_startup.c104 if ((SYS_EXCEPTION & POWERON_RESET) != 0U) in _c_int00()
107 SYS_EXCEPTION = 0xFFFFU; in _c_int00()
110 else if ((SYS_EXCEPTION & OSC_FAILURE_RESET) != 0U) in _c_int00()
115 else if ((SYS_EXCEPTION & WATCHDOG_RESET) !=0U) in _c_int00()
126 SYS_EXCEPTION = WATCHDOG_RESET; in _c_int00()
131 SYS_EXCEPTION = ICEPICK_RESET; in _c_int00()
134 else if ((SYS_EXCEPTION & CPU_RESET) !=0U) in _c_int00()
140 SYS_EXCEPTION = CPU_RESET; in _c_int00()
142 else if ((SYS_EXCEPTION & SW_RESET) != 0U) in _c_int00()
/bsp/rm48x50/HALCoGen/include/
A Dsystem.h72 #define SYS_EXCEPTION (*(volatile uint32 *)0xFFFFFFE4U) macro

Completed in 6 milliseconds