Virgil IoT KIT
|
Storage element context. More...
#include <storage_hal.h>
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... | |
Storage element context.
This structure contains storage implementation and storage specific data
size_t vs_storage_op_ctx_t::file_sz_limit |
Maximum size of storage element.
vs_storage_impl_data_ctx_t vs_storage_op_ctx_t::impl_data |
Storage element specific data.
vs_storage_impl_func_t vs_storage_op_ctx_t::impl_func |
Implementations.