Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_exception.c108 u32* excpPtr = (u32*)HW_EXCP_VECTOR_MAIN; in OS_InitException() local
110 u32* excpPtr = (u32*)HW_EXCP_VECTOR_BUF; in OS_InitException()
119 *excpPtr = (u32)OSi_ExceptionHandler; in OS_InitException()
123 *(u32*)((u32)excpPtr & ~0x800000) = (u32)OSi_ExceptionHandler; in OS_InitException()