更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
mtd_list.h 文件参考

浏览源代码.

结构体

struct  Node
 

类型定义

typedef struct Node Lnode
 
typedef struct NodeLinklist
 

函数

voidGetMtd (const char *type)
 
int GetMtdInfo (const char *type)
 
int FreeMtd (struct MtdDev *mtd)
 
int DelMtdList (struct MtdDev *mtd)
 
void AddMtdList (char *type, struct MtdDev *mtd)
 

类型定义说明

◆ Linklist

typedef struct Node * Linklist

◆ Lnode

typedef struct Node Lnode

函数说明

◆ AddMtdList()

void AddMtdList ( char *  type,
struct MtdDev mtd 
)

◆ DelMtdList()

int DelMtdList ( struct MtdDev mtd)

◆ FreeMtd()

int FreeMtd ( struct MtdDev mtd)
这是这个函数的调用关系图:

◆ GetMtd()

void * GetMtd ( const char *  type)
这是这个函数的调用关系图:

◆ GetMtdInfo()

int GetMtdInfo ( const char *  type)