WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
log_memory_region.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 * Description: LOG MEMORY REGION SETUP MODULE INTERFACE.
4 */
5
6#ifndef NON_OS_LOG_MEMORY_REGION_H
7#define NON_OS_LOG_MEMORY_REGION_H
8
9#include <stdbool.h>
10
18void log_memory_region_init(void);
19
24
28bool log_memory_is_init(void);
32#endif
void massdata_memory_region_init(void)
Initialize the mass data memory region and set the alias region for the other cores
Definition log_memory_region.c:101
bool log_memory_is_init(void)
Definition log_memory_region.c:119
void log_memory_region_init(void)
Initialize the log memory region and set the alias region for the other cores
Definition log_memory_region.c:85