Home
last modified time | relevance | path

Searched refs:flash_device_s (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c53 struct flash_device_s struct
85 static struct flash_device_s g_primary_priv = argument
110 static struct flash_device_s g_secondary_priv =
135 static struct flash_device_s g_scratch_priv =
151 static struct flash_device_s *g_flash_devices[] =
176 static struct flash_device_s *lookup_flash_device_by_id(uint8_t fa_id) in lookup_flash_device_by_id()
182 struct flash_device_s *dev = g_flash_devices[i]; in lookup_flash_device_by_id()
207 static struct flash_device_s *lookup_flash_device_by_offset(uint32_t offset) in lookup_flash_device_by_offset()
213 struct flash_device_s *dev = g_flash_devices[i]; in lookup_flash_device_by_offset()
248 struct flash_device_s *dev; in flash_area_open()
[all …]