|
R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Structure to keep track of system tick timer objects. More...
#include <R_RTOS_inc.h>
Data Fields | |
| struct sysTickTMRStruc * | nxtSysTickTMR |
| next SysTickTMR object in the current SysTicks slot | |
| struct sysTickTMRStruc * | prvSysTickTMR |
| previous SysTickTMR object in the current SysTicks slot | |
| SysTckEleType | sysTckObjType |
| Type of the object this SysTickTMR belongs to. | |
| SysTickEleID | sysTckObjID |
| ID of the object this SysTickTMR belongs to. | |
| SysTicks | remSysTicks |
| remaining SysTicks until the SysTickTMR expires | |
| SysTicks | insrtnSysTicksTime |
| time in SysTicks when the timer was set | |
Structure to keep track of system tick timer objects.