![]() |
AKOS
v1.0.0
Documentation
|
Doubly-linked list node used by scheduler/timer lists. More...
#include <list.h>
Public Attributes | |
| struct list_item * | next_ptr |
| struct list_item * | prev_ptr |
| uint32_t | value |
| void * | owner_ptr |
| struct list * | list_ptr |
Doubly-linked list node used by scheduler/timer lists.
List node type.
| struct list* list_item_t::list_ptr |
| void* list_item_t::owner_ptr |
| struct list_item* list_item_t::prev_ptr |