Home
last modified time | relevance | path

Searched refs:ISR (Results 1 – 17 of 17) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/
Dport.c753 ISR( portSCHEDULER_ISR, ISR_NAKED ) __attribute__( ( hot, flatten ) );
757 ISR( portSCHEDULER_ISR ) in ISR() function
771 ISR( portSCHEDULER_ISR ) __attribute__( ( hot, flatten ) );
775 ISR( portSCHEDULER_ISR ) in ISR() function
Dreadme.md49 The `NO_BLOCK` decorator will enable the global interrupt early in the handling of an ISR (in this …
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
DportASM.s78 ; Within an IRQ ISR the link register has an offset from the true return
79 ; address, but an SWI ISR does not. Add the offset manually so the same
80 ; ISR return code can be used in both cases.
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportasm.s2649 ; Tick ISR Prototype
103 ; Call: ISR
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.
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dportmacro.s9034 ; ISR functions
63 ; To write an ISR, implement the ISR function using the __interrupt keyword
65 ; Instead manually place the name of the ISR in the vector table using an
73 jmp SIG_OUTPUT_COMPARE1A ; ISR
76 jmp SIG_UART_RECV ; ISR
79 jmp SIG_UART_DATA ; ISR
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.s9034 ; ISR functions
60 ; To write an ISR, implement the ISR function using the __interrupt keyword
62 ; Instead manually place the name of the ISR in the vector table using an
69 jmp TICK_INT ; ISR
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.s9034 ; ISR functions
60 ; To write an ISR, implement the ISR function using the __interrupt keyword
62 ; Instead manually place the name of the ISR in the vector table using an
69 jmp TICK_INT ; ISR
/Kernel-v11.1.0/portable/Softune/MB91460/
Dport.c65 … ANDCCR #0xDF ;Switch back to system stack for the rest of tick ISR
91 … ANDCCR #0xDF ;Switch back to system stack for the rest of tick ISR
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dportext.asm73 ;* The RTOS tick ISR.
/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/
DportASM.asm151 ; Within an IRQ ISR the link register has an offset from the true return
/Kernel-v11.1.0/portable/IAR/MSP430/
Dportext.s4342 * The RTOS tick ISR.
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dportext.s4369 * The RTOS tick ISR.
/Kernel-v11.1.0/portable/IAR/V850ES/
Dportasm_Hx2.s8560 ; Tick ISR Prototype
241 ; Call: ISR
Dportasm.s8560 ; Tick ISR Prototype
241 ; Call: ISR
Dportasm_Fx3.s8569 ; Tick ISR Prototype
250 ; Call: ISR
/Kernel-v11.1.0/.github/
D.cSpellWords.txt383 ISR's
/Kernel-v11.1.0/
DHistory.txt18 stream buffer and message buffer from an Interrupt Service Routine (ISR).
722 + Added a 'get task tag from ISR' function.
1024 + If a task notification is used to unblock a task from an ISR, but the
1160 + Fixed a potential issue related to the use of queue sets from an ISR.
1171 + Fix bug when xQueueOverwrite() and xQueueOverwrite() from ISR are used to
1335 The 'clear bits from ISR' functionality is now implemented using a
1590 the Cortex-M port layer "yield" and "yield" from ISR are now implemented
1591 separately as the barrier instructions are not required in the ISR case.
1689 + The last parameter in ISR safe FreeRTOS queue and semaphore functions
2431 + Changed the method used to force a context switch within an ISR for the
[all …]