From 0-1 to write rtos: pending events

Status of the task:

Not created: only defines the task code, tTaskInit not called () to initialize

Ready: the task has been created, and wait for the opportunity to run CPU-intensive

Run: CPU-intensive tasks are running code

Delay: The task calls tTaskDelay () delay

Pending: The task pauses

 

Guess you like

Origin www.cnblogs.com/sanshijvshi/p/11564235.html