WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
upg_encry.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.
3 * Description: UPG encry Interface Header.
4 */
5#ifndef UPG_ENCRY_H
6#define UPG_ENCRY_H
7
8#ifdef CONFIG_MIDDLEWARE_SUPPORT_UPG_COMPRESS_ENCRY
9#include "td_type.h"
10#include "upg.h"
11#include "upg_lzmadec.h"
12#include "upg_encry_porting.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
20uint32_t upg_encry_and_write_pkt(upg_lzma_decode2_data_t *data, const upg_image_header_t *image, td_bool *first_pkt);
21
22#ifdef __cplusplus
23#if __cplusplus
24}
25#endif
26#endif
27
28#endif /* UPG_LZMADEC_H */
29#endif
升级包镜像头类型
Definition upg.h:250
Definition upg_lzmadec.h:37
td_u8 td_bool
Definition td_type.h:50
Definition hal_uart_v151_regs_def.h:38