MCPcopy Create free account
hub / github.com/coreboot/coreboot / mono_time_set_usecs

Function mono_time_set_usecs

src/include/timer.h:53–56  ·  view source on GitHub ↗

Set an absolute time to a number of microseconds. */

Source from the content-addressed store, hash-verified

51
52/* Set an absolute time to a number of microseconds. */
53static inline void mono_time_set_usecs(struct mono_time *mt, uint64_t us)
54{
55 mt->microseconds = us;
56}
57
58/* Set an absolute time to a number of milliseconds. */
59static inline void mono_time_set_msecs(struct mono_time *mt, uint64_t ms)

Callers 15

timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timestamp_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85
timer_monotonic_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected