Searched refs:handler (Results 1 – 15 of 15) sorted by relevance
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | xtensa_intr.c | 89 void * handler; member 122 old = entry->handler; in xt_set_interrupt_handler() 125 entry->handler = f; in xt_set_interrupt_handler() 129 entry->handler = &xt_unhandled_interrupt; in xt_set_interrupt_handler()
|
D | readme_xtensa.txt | 546 code installed at the vector jumps to the corresponding handler, 592 Level 1 interrupts are identified at the beginning of the handler 593 and are dispatched to a dedicated handler. Then, syscall and alloca 596 to the coprocessor handler. 600 Having allocated the exception stack frame, the user exception handler 604 into a table of user-specified handlers. The correct handler is then 605 called. If the handler returns, the context is restored and control is 606 returned to the code that caused the exception. The user-defined handler 611 the handler enables all interrupts above that priority level after 613 and then calls the handler (found in the handler table) for the [all …]
|
/Kernel-v11.1.0/portable/IAR/RL78/ |
D | portasm.s | 45 ; FreeRTOS yield handler. This is installed as the BRK software interrupt 46 ; handler. 70 ; FreeRTOS Timer Tick handler. 71 ; This is installed as the interval timer interrupt handler.
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | exception.s82 | 216 // R12 a pointer to a user-provided interrupt handler. 239 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 240 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler. 241 rete // If this was a spurious interrupt (R12 == NULL), return from event handler. 262 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 263 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler. 264 rete // If this was a spurious interrupt (R12 == NULL), return from event handler. 285 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 286 movne pc, r12 // If this was not a spurious interrupt (R12 != NULL), jump to the handler. 287 rete // If this was a spurious interrupt (R12 == NULL), return from event handler. [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/ |
D | portASM.s | 51 ; SVC handler is used to yield a task. 75 ; IRQ interrupt handler used when individual priorities cannot be masked 111 ; Call the port part specific handler.
|
/Kernel-v11.1.0/portable/IAR/ARM_CA9/ |
D | portASM.s | 52 ; SVC handler is used to yield a task. 73 ; PL390 GIC interrupt handler 110 ; Call the interrupt handler. r4 is pushed to maintain alignment.
|
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/ |
D | portASM.s | 48 ; SVC handler is used to yield a task. 69 ; PL390 GIC interrupt handler 107 ; Call the interrupt handler. r4 is pushed to maintain alignment.
|
/Kernel-v11.1.0/portable/GCC/NiosII/ |
D | port.c | 206 alt_irq[ id ].handler = isr; in _alt_ic_isr_register()
|
/Kernel-v11.1.0/portable/IAR/STR75x/ |
D | portasm.s79 | 53 ; handler.
|
/Kernel-v11.1.0/portable/IAR/STR91x/ |
D | portasm.s79 | 52 ; handler.
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/ |
D | portasm.s79 | 51 ; handler.
|
/Kernel-v11.1.0/portable/IAR/STR71x/ |
D | portasm.s79 | 54 ; handler.
|
/Kernel-v11.1.0/portable/IAR/LPC2000/ |
D | portasm.s79 | 55 ; handler.
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
D | portasm.s79 | 54 ; handler.
|
/Kernel-v11.1.0/ |
D | History.txt | 1232 peripheral into the interrupt handler. 1271 handler. 1289 being called from an interrupt handler. 1437 without using the SVC handler. 1696 + Added a vQueueDelete() handler for the FreeRTOS MPU port (this was 2378 requires that an SVC handler be installed in the application.
|