Home
last modified time | relevance | path

Searched refs:_dnode (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_host/include/misc/
A Ddlist.h29 struct _dnode { struct
31 struct _dnode *head; /* ptr to head of list (sys_dlist_t) */ argument
32 struct _dnode *next; /* ptr to next node (sys_dnode_t) */
35 struct _dnode *tail; /* ptr to tail of list (sys_dlist_t) */ argument
36 struct _dnode *prev; /* ptr to previous node (sys_dnode_t) */
40 typedef struct _dnode sys_dlist_t;
41 typedef struct _dnode sys_dnode_t;

Completed in 2 milliseconds