SLAAEK8 August 2024 MSPM0G3507 , MSPM0L1306
When integrating tasks into the task scheduler subsystem, consider the following:
gTasksList
. This can be considered a simple priority,
although still not preemptive.gTasksPendingCounter
if
the flag was not already set. If multiple occurrences of an event need to be
queued at the same time, use an integer value for the pending flag, rather than
strictly a true or false Boolean value.