WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
plat_device.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: plat_device.h 的头文件
4 */
5
6
7#ifndef SERVICE_PLAT_DEVICE_C_H
8#define SERVICE_PLAT_DEVICE_C_H
9
10#include "errcode.h"
11
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
37errcode_t plat_set_pm_mode(int32_t pm_switch);
38
51
56#ifdef __cplusplus
57#if __cplusplus
58}
59#endif
60#endif
61
62#endif // SERVICE_PLAT_DEVICE_C_H
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
errcode_t plat_reset_board(void)
复位单板。
errcode_t plat_set_pm_mode(int32_t pm_switch)
设置平台低功耗开关。