WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
reset_porting.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2024-2024. All rights reserved.
3 * Description: reset porting
4 *
5 * Create: 2024-05-29
6 */
7#ifndef RESET_PORTING_H
8#define RESET_PORTING_H
9
10#include <stdint.h>
11
12void set_reset_count(uint8_t cnt);
13
14#endif
void set_reset_count(uint8_t cnt)
Definition reset_porting.c:25