Home
last modified time | relevance | path

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

/mcuboot-latest/boot/mynewt/src/
Dmain.c51 void boot_custom_start(uintptr_t flash_base, struct boot_rsp *rsp);
220 uintptr_t flash_base; in mynewt_main() local
255 rc = flash_device_base(rsp.br_flash_dev_id, &flash_base); in mynewt_main()
259 boot_custom_start(flash_base, &rsp); in mynewt_main()
262 hal_system_start((void *)(flash_base + rsp.br_image_off + in mynewt_main()
/mcuboot-latest/boot/zephyr/
Dmain.c314 uintptr_t flash_base; in do_boot() local
317 rc = flash_device_base(rsp->br_flash_dev_id, &flash_base); in do_boot()
320 start = (void *)(flash_base + rsp->br_image_off + in do_boot()