Searched defs:zms_ate (Results 1 – 1 of 1) sorted by relevance
47 struct zms_ate { struct48 uint8_t crc8; /* crc8 check of the entry */49 uint8_t cycle_cnt; /* cycle counter for non erasable devices */50 uint16_t len; /* data len within sector */51 uint32_t id; /* data id */52 union {