MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_cpu_freq

Function get_cpu_freq

freebsd/arm/mv/mv_common.c:2901–2909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2899}
2900
2901uint32_t
2902get_cpu_freq(void)
2903{
2904
2905 if (soc_decode_win_spec->get_cpu_freq != NULL)
2906 return soc_decode_win_spec->get_cpu_freq();
2907 else
2908 return -1;
2909}

Callers 2

soc_identifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected