Homepage  

Kernel Control
[API]

Modules


Detailed Description


taskYIELD

task. h

Macro for forcing a context switch.


taskENTER_CRITICAL

task. h

Macro to mark the start of a critical code region. Preemptive context switches cannot occur when in a critical region.

NOTE: This may alter the stack (depending on the portable implementation) so must be used with care!


taskEXIT_CRITICAL

task. h

Macro to mark the end of a critical code region. Preemptive context switches cannot occur when in a critical region.

NOTE: This may alter the stack (depending on the portable implementation) so must be used with care!


taskDISABLE_INTERRUPTS

task. h

Macro to disable all maskable interrupts.


taskENABLE_INTERRUPTS

task. h

Macro to enable microcontroller interrupts.







Copyright (C) 2003 - 2008 Richard Barry
Any and all data, files, source code, html content and documentation included in the FreeRTOS distribution or available on this site are the exclusive property of Richard Barry. See the files license.txt (included in the distribution) and this copyright notice for more information. FreeRTOSTM and FreeRTOS.orgTM are trade marks of Richard Barry.