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

#include <los_driverbase.h>

LosDriver 的协作图:

成员变量

const CHARname
 
LOS_DL_LIST deviceList
 
LOS_DL_LIST driverItem
 
UINT32 mutex
 
BOOL isRegistered
 
struct LosDriverOps ops
 
struct LosPowerMgrOps pmOps
 

详细描述

LosDriver information structure.

结构体成员变量说明

◆ deviceList

LOS_DL_LIST LosDriver::deviceList

List header for putting attached devices

◆ driverItem

LOS_DL_LIST LosDriver::driverItem

Node for linking to the global driver list

◆ isRegistered

BOOL LosDriver::isRegistered

If driver registered to the system

◆ mutex

UINT32 LosDriver::mutex

Mutex

◆ name

const CHAR* LosDriver::name

Driver name

◆ ops

struct LosDriverOps LosDriver::ops

Driver operations

◆ pmOps

struct LosPowerMgrOps LosDriver::pmOps

Driver power manager operations


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