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.
Fork of mbed-cloud-workshop-connect-HTS221 by
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 to head's `first_entry` pointer if list is empty. | |
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 19:12:20 by
1.7.2
