Lines Matching refs:ISR
645 + Added a 'get task tag from ISR' function.
947 + If a task notification is used to unblock a task from an ISR, but the
1083 + Fixed a potential issue related to the use of queue sets from an ISR.
1094 + Fix bug when xQueueOverwrite() and xQueueOverwrite() from ISR are used to
1258 The 'clear bits from ISR' functionality is now implemented using a
1513 the Cortex-M port layer "yield" and "yield" from ISR are now implemented
1514 separately as the barrier instructions are not required in the ISR case.
1612 + The last parameter in ISR safe FreeRTOS queue and semaphore functions
2354 + Changed the method used to force a context switch within an ISR for the
2588 and tick hook functionality including passing data between and ISR and
2868 process one interrupt per call. This seems to enable the ISR to
3018 + cQueueReceive() must now >never< be used from within an ISR. Use the new
3024 a task and ISR simultaneously.
3061 + The interrupt vector used for the PIC master ISR has been changed from
3064 ISR.
3076 + Modified the PIC serial Rx ISR to check for and clear overrun errors.
3246 switch from an ISR (both the tick ISR and the serial comms ISR's within
3267 + Context switch from ISR now uses the compiler generated interrupt
3270 + Calls to taskYIELD() during ISR's have been replaced by calling the