Flush timeout parameter list. More...
#include <lctr_int_cis.h>
Data Fields | |
lctrFtParamNode_t * | pHead |
lctrFtParamNode_t * | pTail |
uint8_t | numNodes |
Flush timeout parameter list.
Definition at line 139 of file lctr_int_cis.h.
uint8_t numNodes |
Number of nodes in the CIS linked list.
Definition at line 143 of file lctr_int_cis.h.
lctrFtParamNode_t* pHead |
Pointer to the head of the CIS linked list.
Definition at line 141 of file lctr_int_cis.h.
lctrFtParamNode_t* pTail |
Pointer to the tail of the CIS linked list.
Definition at line 142 of file lctr_int_cis.h.