Difference between revisions of "6. Use of vTaskSuspend() and vTaskResume() functions"
(Created page with "category: RTOS Tutorials Amruta (talk) 12:33, 17 April 2015 (IST) ---- ==Intro== In last tutorial we saw, scheduling depending upon ta...") |
(No difference)
|
Revision as of 12:51, 17 April 2015
Amruta (talk) 12:33, 17 April 2015 (IST)
Intro
In last tutorial we saw, scheduling depending upon task priorities. In this tutorial we will also see how task suspend and resume functions affects scheduling.
The vTaskSuspend() and vTaskResume() functions are used to move and remove a task to and from suspended state. You can check RTOS Basics : TASK tutorial to know more about this.
Code