Reservation descriptor. More...
#include <sch_int_rm.h>
| Data Fields | |
| uint8_t | handle | 
| bool_t | commIntUsed | 
| uint8_t | offsetBit | 
| uint32_t | interUsec | 
| uint32_t | durUsec | 
| GetRefTimeCb_t | refTimeCb | 
Reservation descriptor.
Definition at line 65 of file sch_int_rm.h.
| bool_t commIntUsed | 
Reservation is controlled by common interval.
Definition at line 68 of file sch_int_rm.h.
| uint32_t durUsec | 
Duration in microseconds.
Definition at line 71 of file sch_int_rm.h.
| uint8_t handle | 
Reservation handle.
Definition at line 67 of file sch_int_rm.h.
| uint32_t interUsec | 
Interval in microseconds.
Definition at line 70 of file sch_int_rm.h.
| uint8_t offsetBit | 
Offset bit location.
Definition at line 69 of file sch_int_rm.h.
| GetRefTimeCb_t refTimeCb | 
Callback function to get reference time of the handle.
Definition at line 72 of file sch_int_rm.h.