|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "memory_config.h"#include "stdint.h"#include "chip_definitions.h"#include "platform_core.h"

结构体 | |
| struct | log_memory_section_control_t |
| Log memory control structure for every section 更多... | |
| struct | massdata_memory_section_control_t |
| Mass data memory control structure for every section 更多... | |
| struct | massdata_memory_region_control_t |
| Log memory area control structure 更多... | |
| struct | log_memory_region_control_t |
| Log memory area control structure 更多... | |
宏定义 | |
| #define | LOG_MEMORY_REGION_CONTROL_BLOCK_POINTER ((const log_memory_region_control_t *)(uintptr_t)LOGGING_REGION_START) |
枚举 | |
| enum | log_memory_region_section_t { LOG_MEMORY_REGION_SECTION_0 = 0 , LOG_MEMORY_REGION_MAX_NUMBER } |
| LOG MEMORY REGIONS 更多... | |
| enum | mass_data_memory_region_section_t { MASS_MEMORY_REGION_SECTION_0 = 0 , MASS_MEMORY_REGION_MAX_NUMBER } |
| MASSDATA MEMORY REGIONS 更多... | |