Low priority task execution The execution of the sequence of low priority tasks is called from the main loop at lowest firmware priority #0. Tasks executed on this level may be interrupted by executions of high priority task sequences triggered by the operating system timer interrupt as well as the real-time control sytem interrupts.
More...
Functions | |
volatile uint16_t | sysLowPriorityTasks_Execute (void) |
Low priority task sequence executed after the high priority task sequence execution is complete. More... | |
Low priority task execution The execution of the sequence of low priority tasks is called from the main loop at lowest firmware priority #0. Tasks executed on this level may be interrupted by executions of high priority task sequences triggered by the operating system timer interrupt as well as the real-time control sytem interrupts.
volatile uint16_t sysLowPriorityTasks_Execute | ( | void | ) |
Low priority task sequence executed after the high priority task sequence execution is complete.
This application executes different tasks of which some are time critical while others are insensitive to execution time jitter. This function is calling all non-time critical tasks. it is called after all high-priority tasks have been executed.
Definition at line 142 of file main.c.