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

成员变量 | |
| const CHAR * | name |
| LOS_DL_LIST | deviceList |
| LOS_DL_LIST | driverItem |
| UINT32 | mutex |
| BOOL | isRegistered |
| struct LosDriverOps | ops |
| struct LosPowerMgrOps | pmOps |
LosDriver information structure.
| LOS_DL_LIST LosDriver::deviceList |
List header for putting attached devices
| LOS_DL_LIST LosDriver::driverItem |
Node for linking to the global driver list
| BOOL LosDriver::isRegistered |
If driver registered to the system
| UINT32 LosDriver::mutex |
Mutex
| const CHAR* LosDriver::name |
Driver name
| struct LosDriverOps LosDriver::ops |
Driver operations
| struct LosPowerMgrOps LosDriver::pmOps |
Driver power manager operations