Home
last modified time | relevance | path

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

/mcuboot-3.7.0/sim/mcuboot-sys/src/
Dapi.rs67 flash_map: FlashMap, field
75 flash_map: HashMap::new(), in new()
85 flash_map: HashMap::new(), in default()
189 ctx.borrow_mut().flash_map.insert( in set_flash()
197 ctx.borrow_mut().flash_map.remove(&dev_id); in clear_flash()
275 if let Some(flash) = ctx.borrow().flash_map.get(&dev_id) { in sim_flash_erase()
287 if let Some(flash) = ctx.borrow().flash_map.get(&dev_id) { in sim_flash_read()
300 if let Some(flash) = ctx.borrow().flash_map.get(&dev_id) { in sim_flash_write()
/mcuboot-3.7.0/docs/
DPORTING.md77 layout of these objects is gathered under `flash_map`.
Drelease-notes.md430 - Zephyr build switched to using built-in flash_map and TinyCBOR modules
/mcuboot-3.7.0/boot/zephyr/
DKconfig730 # Enable flash_map module as flash I/O back-end