|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
函数 | |
| unsigned int | osal_drvmgr_switch_to_drvbox (unsigned int drv_id) |
| Switch region from usr box to driver box. | |
| void | osal_drvmgr_switch_to_usrbox (void) |
| Switch region from driver box to usr box. | |
| unsigned int osal_drvmgr_switch_to_drvbox | ( | unsigned int | drv_id | ) |
Switch region from usr box to driver box.
| drv_id | [in] used to check the invoking permission of the driver. |
| DRV_BOX_INVALID_SWITCH | No need to do the switching process due to the limitation. |
| DRV_BOX_SWITCH_FAIL | Permission rejected. |
| LOS_OK | Box region switching success. |
| void osal_drvmgr_switch_to_usrbox | ( | void | ) |
Switch region from driver box to usr box.