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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
ns_list_link Struct Reference
The type for the link member in the user's entry structure. More...
#include <ns_list.h>
Data Fields | |
void * | next |
Pointer to next entry, or NULL if none. | |
void ** | prev |
Pointer to previous entry's (or head's) next pointer. |
Detailed Description
The type for the link member in the user's entry structure.
Users should not access this member directly - just pass its name to the list head macros. The funny prev pointer simplifies common operations (eg insertion, removal), at the expense of complicating rare reverse iteration.
NB - the list implementation relies on next being the first member.
Definition at line 206 of file FEATURE_CLIENT/mbed-client-mbed-tls/test/mbed-client-mbed-tls/unittest/common/ns_list.h.
Field Documentation
void * next |
Pointer to next entry, or NULL if none.
Definition at line 208 of file FEATURE_CLIENT/mbed-client-mbed-tls/test/mbed-client-mbed-tls/unittest/common/ns_list.h.
void ** prev |
Pointer to previous entry's (or head's) next pointer.
Definition at line 209 of file FEATURE_CLIENT/mbed-client-mbed-tls/test/mbed-client-mbed-tls/unittest/common/ns_list.h.
Generated on Tue Jul 12 2022 12:29:09 by
