更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
Node结构体 参考

#include <mtd_list.h>

成员变量

char * type
 
int status
 
struct MtdDevmtd
 
struct Nodenext
 

详细描述

在文件 mtd_list.h43 行定义.

结构体成员变量说明

◆ mtd

struct MtdDev* Node::mtd

在文件 mtd_list.h46 行定义.

◆ next

struct Node* Node::next

在文件 mtd_list.h47 行定义.

◆ status

int Node::status

在文件 mtd_list.h45 行定义.

◆ type

char* Node::type

在文件 mtd_list.h44 行定义.


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