Searched defs:bootuf2_data (Results 1 – 1 of 1) sorted by relevance
47 struct bootuf2_data { struct48 const struct bootuf2_DBR *const DBR;49 struct bootuf2_STATE *const STATE;50 uint8_t *const fbuff;51 uint8_t *const erase;52 size_t page_count;53 uint8_t *const cache;54 const size_t cache_size;55 uint32_t cached_address;56 size_t cached_bytes;
Completed in 19 milliseconds