WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
nv_async_store.h 文件参考
#include "nv.h"
#include "nv_store.h"
nv_async_store.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  nv_key_map
 
struct  nv_queue_msg_handle_t
 

类型定义

typedef struct nv_key_map nv_key_map_t
 

函数

errcode_t nv_async_read_with_attr (uint16_t key, uint16_t kvalue_max_length, uint16_t *kvalue_length, uint8_t *kvalue, nv_key_attr_t *attr)
 
errcode_t nv_async_write_with_attr (uint16_t key, const uint8_t *kvalue, uint16_t kvalue_length, nv_key_attr_t *attr, nv_storage_completed_callback func)
 
errcode_t nv_async_init (kv_store_t store, uint8_t num_pages)
 
errcode_t nv_async_flush (void)
 
errcode_t nv_key_map_init (kv_store_t store, uint8_t num_pages)
 

类型定义说明

◆ nv_key_map_t

typedef struct nv_key_map nv_key_map_t

函数说明

◆ nv_async_flush()

errcode_t nv_async_flush ( void  )

◆ nv_async_init()

errcode_t nv_async_init ( kv_store_t  store,
uint8_t  num_pages 
)

◆ nv_async_read_with_attr()

errcode_t nv_async_read_with_attr ( uint16_t  key,
uint16_t  kvalue_max_length,
uint16_t *  kvalue_length,
uint8_t *  kvalue,
nv_key_attr_t attr 
)

◆ nv_async_write_with_attr()

errcode_t nv_async_write_with_attr ( uint16_t  key,
const uint8_t *  kvalue,
uint16_t  kvalue_length,
nv_key_attr_t attr,
nv_storage_completed_callback  func 
)

◆ nv_key_map_init()

errcode_t nv_key_map_init ( kv_store_t  store,
uint8_t  num_pages 
)