Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c38 extern struct sim_context *sim_get_context(void);
351 struct sim_context *ctx = sim_get_context(); in flash_area_write()
363 struct sim_context *ctx = sim_get_context(); in flash_area_erase()
524 struct sim_context *ctx = sim_get_context(); in sim_assert()
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs225 pub extern "C" fn sim_get_context() -> *const CSimContext { in sim_get_context() function