Searched refs:pw_cpu_exception_Entry (Results 1 – 5 of 5) sorted by relevance
16 Inside of CMSIS fault handler functions, branch to ``pw_cpu_exception_Entry``.22 " ldr r0, =pw_cpu_exception_Entry \n"53 .word pw_cpu_exception_Entry54 .word pw_cpu_exception_Entry55 .word pw_cpu_exception_Entry56 .word pw_cpu_exception_Entry57 .word pw_cpu_exception_Entry68 ``pw_cpu_exception_Entry``.
201 void pw_cpu_exception_Entry(void) { in pw_cpu_exception_Entry() function
346 reinterpret_cast<uint32_t*>(pw_cpu_exception_Entry); in InstallVectorTableEntries()
44 PW_EXTERN_C PW_NO_PROLOGUE void pw_cpu_exception_Entry(void);
15 An application using this module **must** connect ``pw_cpu_exception_Entry()`` to16 the platform's CPU exception handler interrupt so ``pw_cpu_exception_Entry()`` is70 * A backend should implement the ``pw_cpu_exception_Entry()`` function that will