Connected isochronous stream linked list. More...
#include <lctr_int_cis.h>
Data Fields | |
lctrCisNode_t * | pHead |
lctrCisNode_t * | pTail |
uint8_t | numNodes |
Connected isochronous stream linked list.
Definition at line 306 of file lctr_int_cis.h.
uint8_t numNodes |
Number of nodes in the CIS linked list.
Definition at line 310 of file lctr_int_cis.h.
lctrCisNode_t* pHead |
Pointer to the head of the CIS linked list.
Definition at line 308 of file lctr_int_cis.h.
lctrCisNode_t* pTail |
Pointer to the tail of the CIS linked list.
Definition at line 309 of file lctr_int_cis.h.