GeMRTOS
|
Related Functions | |
(Note that these are not member functions.) |
|
related |
Checks if there is a processor that has to be interrupted to switch task and interruupt it all.
gk_LCB_CheckInvertion
Definition at line 2496 of file listfunctions.c.
|
related |
Links a PCB to the LCB Free Processor List of foreground list of the processor.
gk_LCBFPL_Link
[in] | processorID | Processor ID |
When a processor is free, it is linked to the foreground LCB free processor list
Definition at line 659 of file listfunctions.c.
|
related |
|
related |
Returns the next TCB to be executed by the current processor. If no task is requesting for execution, then a pointer to the idle task of the processor is returned.
gk_PCB_GetNextTCB
Definition at line 2333 of file listfunctions.c.
|
related |
Sets the Lowest Processor register in GRTOS Controller.
gk_SetLowestProcessor
Definition at line 2386 of file listfunctions.c.
|
related |
Sets the Next Time Processor register in GRTOS Controller.
gk_SetNextTimeProcessor
Definition at line 2408 of file listfunctions.c.
|
related |
Returns the ID of the current processor.
gu_Get_CPU_ID
Check if return can be changed to INT32
Change to user API files
Definition at line 2877 of file listfunctions.c.