(Created page with "category: RTOS Tutorials ~~~~ ---- ==Intro== ==Code== <html><script src="https://gist.github.com/Amritach/fa260b54fdc2f2b8df9d.js"></script></html> {{DISQUS}}")
 
m
Line 3: Line 3:
 
----
 
----
 
==Intro==
 
==Intro==
 +
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==
 
==Code==
  

Revision as of 12:43, 17 April 2015

Amruta (talk) 12:33, 17 April 2015 (IST)


Intro

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