WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
nv_upg.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2022. All rights reserved.
3 * Description: UPG nv functions header file
4 */
5
6#ifndef NV_UPG_H
7#define NV_UPG_H
8
9#include "errcode.h"
10
11#ifdef __cplusplus
12#if __cplusplus
13extern "C" {
14#endif /* __cplusplus */
15#endif /* __cplusplus */
16
18
19#ifdef __cplusplus
20#if __cplusplus
21}
22#endif /* __cplusplus */
23#endif /* __cplusplus */
24
25#endif /* NV_UPG_H */
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
errcode_t nv_upg_upgrade_task_process(void)
Definition nv_upg.c:356