Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
uint64_t get_global_ticker(uc_engine *uc) {
315
sync_timers(uc);
316
return uc->fw->timers.global_ticker;
317
}
318
319
ATTRIBUTE_NO_INLINE
320
void timer_countdown_expired(uc_engine *uc) {
Callers
1
nvic_block_hook
Function · 0.85
Calls
1
sync_timers
Function · 0.85
Tested by
no test coverage detected