Virgil IoT KIT
Data Fields
vs_storage_op_ctx_t Struct Reference

Storage element context. More...

#include <storage_hal.h>

Collaboration diagram for vs_storage_op_ctx_t:
Collaboration graph
[legend]

Data Fields

vs_storage_impl_func_t impl_func
 Implementations. More...
 
vs_storage_impl_data_ctx_t impl_data
 Storage element specific data. More...
 
size_t file_sz_limit
 Maximum size of storage element. More...
 

Detailed Description

Storage element context.

This structure contains storage implementation and storage specific data

Field Documentation

◆ file_sz_limit

size_t vs_storage_op_ctx_t::file_sz_limit

Maximum size of storage element.

◆ impl_data

vs_storage_impl_data_ctx_t vs_storage_op_ctx_t::impl_data

Storage element specific data.

◆ impl_func

vs_storage_impl_func_t vs_storage_op_ctx_t::impl_func

Implementations.


The documentation for this struct was generated from the following file: