Interrupt thread context: Difference between revisions
Appearance
Created page with ""interrupt thread context": a thread that will execute from an interrupt handler or a timer tick handler (!), be aware that this includes all subfunctions called from the interru..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''Interrupt thread context''' is a thread that will execute from an interrupt handler or a timer tick handler (!), be aware that this includes all subfunctions called from the interrupt handler/timer tick handler! On the other hand: a context hook handler runs in [[task thread context]]. | |||
subfunctions called from the interrupt handler / timer tick handler ! On the other hand: a context hook handler runs in | |||
[[Category: | [[Category:Stub]] |
Revision as of 23:00, 28 October 2017
Interrupt thread context is a thread that will execute from an interrupt handler or a timer tick handler (!), be aware that this includes all subfunctions called from the interrupt handler/timer tick handler! On the other hand: a context hook handler runs in task thread context.