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


结构体 | |
| struct | flash_task_kv_init_t |
| struct | flash_task_kv_data_t |
| struct | flash_task_kv_attribute_t |
| struct | flash_task_kv_erase_t |
| struct | flash_task_kv_backup_t |
| struct | kv_erase_all_t |
| struct | flash_task_flash_data_t |
| struct | flash_task_flash_erase_t |
| union | task_node_data_t |
| struct | owner_callback_data_t |
| struct | flash_task_description_t |
宏定义 | |
| #define | FLASH_TASK_NODE_IDENTIFIER 0xd3a71f85 |
| #define | FLASH_TASK_DISCARD 0x80002040 |
| #define | FLASH_TASK_DISCARDED 0x80002041 |
| #define | FLASH_TASK_READY 0x80002042 |
| #define | FLASH_TASK_BEING_PROCESSED 0x80002043 |
| #define | FLASH_TASK_COMPLETED 0x80003130 |
| #define | FLASH_TASK_ERASE_ALL_MAGIC_VALUE_LEN 10 |
类型定义 | |
| typedef uint16_t | kv_storage_key |
| Key type | |
| typedef struct owner_callback_data_t | owner_callback |
| typedef errcode_t(* | flash_task_completed_callback) (errcode_t result, owner_callback *callback) |
| Flash task local callback from the flash_task_process_completed_task(...) function. | |
| typedef struct flash_task_description_t | flash_task_node |
| #define FLASH_TASK_BEING_PROCESSED 0x80002043 |
| #define FLASH_TASK_COMPLETED 0x80003130 |
| #define FLASH_TASK_DISCARD 0x80002040 |
| #define FLASH_TASK_DISCARDED 0x80002041 |
| #define FLASH_TASK_ERASE_ALL_MAGIC_VALUE_LEN 10 |
| #define FLASH_TASK_NODE_IDENTIFIER 0xd3a71f85 |
Identifier to check that a section of memory is indeed a flash_task_node
| #define FLASH_TASK_READY 0x80002042 |
| typedef errcode_t(* flash_task_completed_callback) (errcode_t result, owner_callback *callback) |
Flash task local callback from the flash_task_process_completed_task(...) function.
| result | is the result of the flash task execution on the SCPU. |
| callback | is the callback struct containing any information that was prepared for use during the callback. |
| typedef struct flash_task_description_t flash_task_node |
| typedef uint16_t kv_storage_key |
Key type
| typedef struct owner_callback_data_t owner_callback |
| enum flash_task_type_t |