Searched defs:Flash (Results 1 – 8 of 8) sorted by relevance
479 struct Flash { struct480 SSIPeripheral parent_obj;482 BlockBackend *blk;484 uint8_t *storage;485 uint32_t size;486 int page_size;488 uint8_t state;489 uint8_t data[M25P80_INTERNAL_DATA_BUFFER_SZ];490 uint32_t len;491 uint32_t pos;[all …]
18 class Flash class
52 Flash, enumerator
263 Flash section in Build, Flash and Run
1393 "Flash": "Flash memory.", string
2973 typedef struct _Flash Flash; typedef
23092 G_DEFINE_INTERFACE (Flash, flash, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument