Searched refs:pw_cpu_exception_Entry (Results 1 – 5 of 5) sorted by relevance
19 Inside of CMSIS fault handler functions, branch to ``pw_cpu_exception_Entry``.25 " ldr r0, =pw_cpu_exception_Entry \n"56 .word pw_cpu_exception_Entry57 .word pw_cpu_exception_Entry58 .word pw_cpu_exception_Entry59 .word pw_cpu_exception_Entry60 .word pw_cpu_exception_Entry71 ``pw_cpu_exception_Entry``.
197 void pw_cpu_exception_Entry(void) { in pw_cpu_exception_Entry() function
325 reinterpret_cast<uint32_t*>(pw_cpu_exception_Entry); in InstallVectorTableEntries()
44 PW_EXTERN_C PW_NO_PROLOGUE void pw_cpu_exception_Entry(void);
26 An application using this module **must** connect ``pw_cpu_exception_Entry()`` to27 the platform's CPU exception handler interrupt so ``pw_cpu_exception_Entry()`` is112 * The entry backend should implement the ``pw_cpu_exception_Entry()`` function