Connectivity Middleware Utilities Library

Description

Linked list object.

Data Fields

uint32_t count
 Number of nodes in the list.
 
cy_linked_list_node_t * front
 Pointer to the front of the list.
 
cy_linked_list_node_t * rear
 Pointer to the rear of the list.