WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
LOS_DL_LIST结构体 参考

#include <los_list.h>

LOS_DL_LIST 的协作图:

成员变量

struct LOS_DL_LISTpstPrev
 
struct LOS_DL_LISTpstNext
 

详细描述

Structure of a node in a doubly linked list.

结构体成员变量说明

◆ pstNext

struct LOS_DL_LIST* LOS_DL_LIST::pstNext

Current node's pointer to the next node

◆ pstPrev

struct LOS_DL_LIST* LOS_DL_LIST::pstPrev

Current node's pointer to the previous node


该结构体的文档由以下文件生成: