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

Function get_global_ticker

icicle-cortexm/fuzzware-native/timer.c:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314uint64_t get_global_ticker(uc_engine *uc) {
315 sync_timers(uc);
316 return uc->fw->timers.global_ticker;
317}
318
319ATTRIBUTE_NO_INLINE
320void timer_countdown_expired(uc_engine *uc) {

Callers 1

nvic_block_hookFunction · 0.85

Calls 1

sync_timersFunction · 0.85

Tested by

no test coverage detected