Andrew Reed / Mbed OS CITY1082-i2c_master_wifi_mqtt
Embed: (wiki syntax)

« Back to documentation index

linked_list_node Struct Reference

linked_list_node Struct Reference
[Group_linkedlist_structures]

Linked list node object. More...

#include <cy_linked_list.h>

Data Fields

void * data
 Data object of the node.
cy_linked_list_node_tnext
 Pointer to the next node in the list.
cy_linked_list_node_tprev
 Pointer to the previous node in the list.

Detailed Description

Linked list node object.

Definition at line 86 of file cy_linked_list.h.


Field Documentation

void* data

Data object of the node.

Definition at line 88 of file cy_linked_list.h.

Pointer to the next node in the list.

Definition at line 89 of file cy_linked_list.h.

Pointer to the previous node in the list.

Definition at line 90 of file cy_linked_list.h.