Scheduler resource manager control block. More...
#include <sch_int_rm.h>
Data Fields | |
uint8_t | numRsvn |
uint8_t | refHandle |
uint8_t | offsetDepth |
uint8_t | indexUncommon |
uint32_t | rmStatus |
uint32_t | commonInt |
uint32_t | rsvnInterUsec [SCH_RM_MAX_RSVN] |
schRmRsvn_t | rsvn [SCH_RM_MAX_RSVN] |
Scheduler resource manager control block.
Definition at line 76 of file sch_int_rm.h.
uint32_t commonInt |
Common interval.
Definition at line 83 of file sch_int_rm.h.
uint8_t indexUncommon |
Index of uncommon reservations.
Definition at line 81 of file sch_int_rm.h.
uint8_t numRsvn |
Number of reservations.
Definition at line 78 of file sch_int_rm.h.
uint8_t offsetDepth |
Offset depth from common interval.
Definition at line 80 of file sch_int_rm.h.
uint8_t refHandle |
Handle to be used to get reference time.
Definition at line 79 of file sch_int_rm.h.
uint32_t rmStatus |
Reservation status.
Definition at line 82 of file sch_int_rm.h.
schRmRsvn_t rsvn[SCH_RM_MAX_RSVN] |
Reservation info for each handle.
Definition at line 85 of file sch_int_rm.h.
uint32_t rsvnInterUsec[SCH_RM_MAX_RSVN] |
Reserved intervals indexed by handle.
Definition at line 84 of file sch_int_rm.h.