SPIFFS_PACKED Struct Reference
#include <spiffs_nucleus.h>
Collaboration diagram for SPIFFS_PACKED:
Public Attributes | |
spiffs_obj_id | obj_id |
spiffs_span_ix | span_ix |
u8_t | flags |
spiffs_page_header | p_hdr |
u8_t | _align [4 -((sizeof(spiffs_page_header)&3)==0 ? 4 :(sizeof(spiffs_page_header)&3))] |
u32_t | size |
spiffs_obj_type | type |
u8_t | name [SPIFFS_OBJ_NAME_LEN] |
Member Data Documentation
◆ _align
u8_t SPIFFS_PACKED::_align |
◆ flags
u8_t SPIFFS_PACKED::flags |
◆ name
u8_t SPIFFS_PACKED::name[SPIFFS_OBJ_NAME_LEN] |
◆ obj_id
spiffs_obj_id SPIFFS_PACKED::obj_id |
◆ p_hdr
spiffs_page_header SPIFFS_PACKED::p_hdr |
◆ size
u32_t SPIFFS_PACKED::size |
◆ span_ix
spiffs_span_ix SPIFFS_PACKED::span_ix |
◆ type
spiffs_obj_type SPIFFS_PACKED::type |
The documentation for this struct was generated from the following file: