pxGetTaskListByIndex() function
Get the task list from state lists by index - This function returns the task list based on the specified index. - The index is relative to the below order of the task state lists - Ready lists (highest to lowers priority) - Pending ready list(s) - Delayed list 1 - Delayed list 2 - Waiting termination list - Suspended list
Arguments
uxListIndex
The index of the desired task list.
Return value
A pointer to the task list at the specified index. Returns NULL if the index is out of bounds or list is corrupted.