WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
osal_drvbox.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2022. All rights reserved.
3 * Description: OS Abstract Layer.
4 */
5
9#ifndef __OSAL_DRVBOX_H__
10#define __OSAL_DRVBOX_H__
11
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
37unsigned int osal_drvmgr_switch_to_drvbox(unsigned int drv_id);
38
54
55#ifdef __cplusplus
56#if __cplusplus
57}
58#endif
59#endif
60#endif /* __OSAL_DRVBOX_H__ */
unsigned int osal_drvmgr_switch_to_drvbox(unsigned int drv_id)
Switch region from usr box to driver box.
Definition osal_drvbox.c:10
void osal_drvmgr_switch_to_usrbox(void)
Switch region from driver box to usr box.
Definition osal_drvbox.c:15