|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #define | PARTITION_START_ADDRESS 0x200380 |
| #define | uapi_array_size(_array) (sizeof(_array) / sizeof((_array)[0])) |
函数 | |
| uintptr_t | partition_get_addr (void) |
| 获取分区表在flash上的起始地址 | |
| uint32_t | partition_get_path_map (partition_path_map_t **path_map) |
| 获取分区ID和路径的映射关系 | |
| #define PARTITION_START_ADDRESS 0x200380 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Partition manage module – seperate configuration for each product.
| #define uapi_array_size | ( | _array | ) | (sizeof(_array) / sizeof((_array)[0])) |
| uintptr_t partition_get_addr | ( | void | ) |
获取分区表在flash上的起始地址
| uint32_t partition_get_path_map | ( | partition_path_map_t ** | path_map | ) |
获取分区ID和路径的映射关系