44 uint8_t (*enumerate_func)(
list_element *element, uint16_t data),
struct list_element_ * pnext
pointer to the next element in the list
Definition: tiny_list.h:31
struct list_element_ * pprev
pointer to the previous element in the list
Definition: tiny_list.h:33
structure defines base type for the lists
Definition: tiny_list.h:28