Connectivity Middleware Utilities Library

Description

Linked list node object.

Linked list node structure.

Data Fields

void * data
 Data object of the node.
 
cy_linked_list_node_t * next
 Pointer to the next node in the list.
 
cy_linked_list_node_t * prev
 Pointer to the previous node in the list.