Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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_t * | next | 
| Pointer to the next node in the list. | |
| cy_linked_list_node_t * | prev | 
| 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.
Generated on Thu Jul 14 2022 12:58:44 by
 1.7.2
 1.7.2