MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / flash_cache_set

Class flash_cache_set

core/flash.h:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#define FLASH_CACHE_INVALID_TAG 0xFFFF
20
21typedef struct flash_cache_set {
22 uint16_t mru;
23 uint16_t lru;
24} flash_cache_set_t;
25
26typedef struct flash_state {
27 uint64_t uniqueID;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected