WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
dfx_mem.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: dfx mem
4 * This file should be changed only infrequently and with great care.
5 */
6
7#ifndef DFX_MEM_H
8#define DFX_MEM_H
9
10#include "errcode.h"
11#include "dfx_os_st.h"
12
14#endif
errcode_t dfx_mem_get_sys_pool_info(mdm_mem_info_t *info)
Definition dfx_mem.c:11
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
Definition dfx_os_st.h:62