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

成员变量 | |
| const CHAR * | name |
| INT32 | id |
| LOS_DL_LIST | driverNode |
| LOS_DL_LIST | deviceItem |
| LOS_DL_LIST | pmNode |
| UINT32 | mutex |
| BOOL | isRegistered |
| struct LosDriver * | driver |
| struct LosDeviceConfig | cfg |
| VOID * | data |
LosDevice information structure.
| struct LosDeviceConfig LosDevice::cfg |
Standard device configurations
| VOID* LosDevice::data |
Device private data
| LOS_DL_LIST LosDevice::deviceItem |
Node for linking to the global device list
| struct LosDriver* LosDevice::driver |
Attached driver
| LOS_DL_LIST LosDevice::driverNode |
Node for linking to the attached driver
| INT32 LosDevice::id |
Device id, generally like 0,1...
| BOOL LosDevice::isRegistered |
If device registered to the system
| UINT32 LosDevice::mutex |
Mutex
| const CHAR* LosDevice::name |
Device name
| LOS_DL_LIST LosDevice::pmNode |
Node for linking to the global power manager list