R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
sysTickTMRStruc Struct Reference

Structure to keep track of system tick timer objects. More...

#include <R_RTOS_inc.h>

Data Fields

struct sysTickTMRStrucnxtSysTickTMR
 next SysTickTMR object in the current SysTicks slot
 
struct sysTickTMRStrucprvSysTickTMR
 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
 

Detailed Description

Structure to keep track of system tick timer objects.


The documentation for this struct was generated from the following file: