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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
ns_list Struct Reference
Underlying generic linked list head. More...
#include <ns_list.h>
Data Fields | |
void * | first_entry |
Pointer to first entry, or NULL if list is empty. | |
void ** | last_nextptr |
Pointer to last entry's `next` pointer, or. |
Detailed Description
Underlying generic linked list head.
Users should not use this type directly, but use the NS_LIST_HEAD() macro.
Definition at line 82 of file ns_list.h.
Field Documentation
void* first_entry |
void** last_nextptr |
Generated on Tue Jul 12 2022 13:55:34 by
