Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ get_timer_scale
Function
get_timer_scale
icicle-cortexm/fuzzware-native/timer.c:294–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
uint32_t get_timer_scale(struct FwContext* fw) {
295
return fw->config.timer_scale;
296
}
297
298
uint32_t is_running(struct TimerState* timers, uint32_t id) {
299
if(id >= MAX_TIMERS) {
Callers
1
add_interrupt_trigger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected