Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c33 extern struct area_desc *sim_get_flash_areas(void);
315 flash_areas = sim_get_flash_areas(); in flash_area_open()
378 flash_areas = sim_get_flash_areas(); in flash_area_to_sectors()
409 flash_areas = sim_get_flash_areas(); in flash_area_get_sectors()
460 flash_areas = sim_get_flash_areas(); in flash_area_sector_from_off()
494 flash_areas = sim_get_flash_areas(); in flash_area_get_sector()
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs204 pub extern "C" fn sim_get_flash_areas() -> *const CAreaDesc { in sim_get_flash_areas() function