WS63 SDK 文档
7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
memmap_config.h
浏览该文件的文档.
1
/* ----------------------------------------------------------------------------
2
* Copyright (c) Huawei Technologies Co., Ltd. 2021-2022. All rights reserved.
3
* Description: Memory Map Config HeadFile
4
* Author: Huawei LiteOS Team
5
* 2023-05-25, Create file. \n
6
*/
7
8
#ifndef _MEMMAP_CONFIG_H
9
#define _MEMMAP_CONFIG_H
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
/* __cplusplus */
14
15
extern
void
*
g_intheap_begin
;
16
extern
void
*
g_intheap_size
;
17
18
#define OS_SYS_MEM_ADDR (&g_intheap_begin)
19
#define OS_SYS_MEM_SIZE (unsigned int)(&g_intheap_size)
20
21
22
#ifdef __cplusplus
23
}
24
#endif
/* __cplusplus */
25
26
#endif
/* _MEMMAP_CONFIG_H */
g_intheap_begin
void * g_intheap_begin
g_intheap_size
void * g_intheap_size
src
kernel
liteos
liteos_v208.5.0
Huawei_LiteOS
targets
ws63
include
asm
memmap_config.h
由
William Goodspeed
维护 | E-mail: gongzl@stu.hebust.edu.cn | Wechat: a23333344 | ALSO CHECKOUT
WS63FLASH
!
生成于 2025年 一月 4日 星期六 17:47:12 , 为 WS63 SDK 文档使用
1.9.8