Searched refs:vector (Results 1 – 16 of 16) sorted by relevance
124 #define interrupt(vector) __attribute__((__interrupt__(vector))) argument
387 #pragma vector = VECT( ICU, SWINT )548 #pragma vector = _VECT( configTICK_VECTOR )
125 extern void __attribute__( (interrupt(IPL1AUTO), vector( configTICK_INTERRUPT_VECTOR ))) vPortTickI…133 void __attribute__( (interrupt(IPL1AUTO), vector(_CORE_SOFTWARE_0_VECTOR))) vPortYieldISR( void );
32 ; the vector table.55 ; Interrupt vector table.61 ; vector table be setup manually.64 ; but do not install the interrupt using the "#pragma vector=ABC" method.65 ; Instead manually place the name of the ISR in the vector table using an
32 ; the vector table.52 ; Interrupt vector table.58 ; vector table be setup manually.61 ; but do not install the interrupt using the "#pragma vector=ABC" method.62 ; Instead manually place the name of the ISR in the vector table using an
168 #pragma vector = configTICK_VECTOR
176 #pragma vector = configTICK_VECTOR
177 #pragma vector=configTICK_VECTOR
173 #pragma vector=configTICK_VECTOR
122 COMMON INTVEC:CODE:ROOT(1) ; Set ISR location to the Interrupt vector table.127 COMMON INTVEC:CODE:ROOT(1) ; Set ISR location to the Interrupt vector table.
406 XT_INTEXC_HOOKS Enables hooks in interrupt vector handlers535 vector locations. The Xtensa architecture supports several different537 many of these are optional, and the vector locations are determined by539 with specific vector locations.) The handlers provided use conditional543 Xtensa vector locations may reside almost anywhere, including in ROM.546 code installed at the vector jumps to the corresponding handler,586 exception vector. The exception type is identified by the EXCCAUSE589 to the user vector. Exceptions taken at the other two vectors usually657 There is a separate vector and a few special registers for each high663 The vector code jumps to the corresponding first-level interrupt handler,[all …]
67 ; Interrupt service routine for the SWI interrupt. The vector table is
254 #pragma vector = configTICK_VECTOR
86 // relative offset of the last vector.327 // the EVBA-relative interrupt vector offset.
2300 + Ensure the Cortex M3 port works no matter where the vector table is3040 + Changed the way the vector table is defined to be more portable.3135 Barring the change to the interrupt vector (PIC port) these are minor3138 + The interrupt vector used for the PIC master ISR has been changed from