Parameters related to Tx flush timeout. More...
#include <lctr_int_cis.h>
Data Fields | |
bool_t | pduAcked |
bool_t | pduRcved |
uint8_t | bn |
uint8_t | pduCounter |
uint8_t | subEvtCounter |
uint8_t | intervalTotal |
uint8_t | intervalCounter |
uint8_t | lastSubEvtFt [0x0F] |
uint8_t | pduType [0x0F] |
bool_t | isPduDone [0x0F] |
Parameters related to Tx flush timeout.
Definition at line 116 of file lctr_int_cis.h.
uint8_t bn |
Burst number for the flush timeout.
Definition at line 120 of file lctr_int_cis.h.
uint8_t intervalCounter |
Current interval counter.
Definition at line 124 of file lctr_int_cis.h.
uint8_t intervalTotal |
Total number interval before flush timeout.
Definition at line 123 of file lctr_int_cis.h.
bool_t isPduDone[0x0F] |
TRUE if the PDU is either acked or flushed.
Definition at line 128 of file lctr_int_cis.h.
uint8_t lastSubEvtFt[0x0F] |
Last subevent the PDU could be transmitted before flush timeout for each PDU(in the last interval).
Definition at line 126 of file lctr_int_cis.h.
bool_t pduAcked |
TRUE if current PDU is acked, for Tx only.
Definition at line 118 of file lctr_int_cis.h.
uint8_t pduCounter |
Current PDU counter in term of BN.
Definition at line 121 of file lctr_int_cis.h.
bool_t pduRcved |
TRUE if current PDU is received, for Rx only.
Definition at line 119 of file lctr_int_cis.h.
uint8_t pduType[0x0F] |
PDU type, whether NULL, empty or non-empty.
Definition at line 127 of file lctr_int_cis.h.
uint8_t subEvtCounter |
Current subevent counter before flush timeout.
Definition at line 122 of file lctr_int_cis.h.