MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / FwContext

Class FwContext

icicle-cortexm/fuzzware-native/timer.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35void adjust_timers_for_unicorn_exit();
36uc_err set_timer_reload_val(uc_engine *uc, uint32_t id, uint64_t reload_val);
37uint32_t get_timer_scale(struct FwContext* fw);
38uint64_t get_global_ticker();
39
40uc_err rem_timer(uc_engine *uc, uint32_t id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected