Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dbootutil_priv.h490 struct bootsim_ram_info *bootsim_get_ram_info(void);
492 #define IMAGE_GET_FIELD(field) (bootsim_get_ram_info()->field)
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs246 pub extern "C" fn bootsim_get_ram_info() -> *const BootsimRamInfo { in bootsim_get_ram_info() function