Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ get_timer_id
Method
get_timer_id
timer/timer.go:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(this *xtimer) get_timer_id() uint64 {
31
seqID := uint64(this.seqID)
32
return
((this.runTick << 24) | (seqID & 0xffffff))
33
}
34
35
type
timerList
struct
{
36
head *xtimer
Callers
1
AddTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected