|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "list.h"
结构体 | |
| struct | driver_operation |
| struct | plt_dev_t |
类型定义 | |
| typedef struct plt_dev_t | plt_dev_t |
枚举 | |
| enum | dev_type_e { DEV_WAKEUP , DEV_ZOMBIE } |
| enum | dev_power_e { DEV_POWER_ON , DEV_POWER_OFF } |
函数 | |
| int | platform_driver_init (void) |
| Platform driver init. | |
| int | platform_driver_register (plt_dev_t *device) |
| Platform device driver register. | |
| void | platform_device_resume (void) |
| Platform device resume.restore clock or power on. | |
| void | platform_device_suspend (void) |
| Platform device suspend.gating clock or power off. | |