|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <los_list.h>

成员变量 | |
| struct LOS_DL_LIST * | pstPrev |
| struct LOS_DL_LIST * | pstNext |
Structure of a node in a doubly linked list.
| struct LOS_DL_LIST* LOS_DL_LIST::pstNext |
Current node's pointer to the next node
| struct LOS_DL_LIST* LOS_DL_LIST::pstPrev |
Current node's pointer to the previous node