R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Structure of a function call related to a software timer. More...
#include <R_RTOS_inc.h>
Data Fields | |
FktCall | sysFktCall |
function call with no return and no arguments | |
LifeTime | expirationTime |
LifeTime value when the timer to call this function expires. | |
TmrTime | reloadTime |
time to reload the timer with in case of expiration; 0 if non periodic timer! | |
SysFktID | nxtFktCall |
array index of the next function call in the sysTMR queue | |
SysFktID | fktID |
ID of the function. | |
Structure of a function call related to a software timer.