Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/MSP430F449/
Dportmacro.h124 #define interrupt(vector) __attribute__((__interrupt__(vector))) argument
/Kernel-v11.1.0/portable/IAR/RX700v3_DPFPU/
Dport.c387 #pragma vector = VECT( ICU, SWINT )
548 #pragma vector = _VECT( configTICK_VECTOR )
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dport.c125 extern void __attribute__( (interrupt(IPL1AUTO), vector( configTICK_INTERRUPT_VECTOR ))) vPortTickI…
133 void __attribute__( (interrupt(IPL1AUTO), vector(_CORE_SOFTWARE_0_VECTOR))) vPortYieldISR( void );
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dportmacro.s9032 ; 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
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.s9032 ; 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
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.s9032 ; 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
/Kernel-v11.1.0/portable/IAR/RX600/
Dport.c168 #pragma vector = configTICK_VECTOR
/Kernel-v11.1.0/portable/IAR/RXv2/
Dport.c176 #pragma vector = configTICK_VECTOR
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dport.c177 #pragma vector=configTICK_VECTOR
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dport.c173 #pragma vector=configTICK_VECTOR
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportasm.s26122 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.
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt406 XT_INTEXC_HOOKS Enables hooks in interrupt vector handlers
535 vector locations. The Xtensa architecture supports several different
537 many of these are optional, and the vector locations are determined by
539 with specific vector locations.) The handlers provided use conditional
543 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 EXCCAUSE
589 to the user vector. Exceptions taken at the other two vectors usually
657 There is a separate vector and a few special registers for each high
663 The vector code jumps to the corresponding first-level interrupt handler,
[all …]
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
DportASM.s67 ; Interrupt service routine for the SWI interrupt. The vector table is
/Kernel-v11.1.0/portable/IAR/RX100/
Dport.c254 #pragma vector = configTICK_VECTOR
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dexception.s8286 // relative offset of the last vector.
327 // the EVBA-relative interrupt vector offset.
/Kernel-v11.1.0/
DHistory.txt2300 + Ensure the Cortex M3 port works no matter where the vector table is
3040 + Changed the way the vector table is defined to be more portable.
3135 Barring the change to the interrupt vector (PIC port) these are minor
3138 + The interrupt vector used for the PIC master ISR has been changed from