MCPcopy Create free account
hub / github.com/Cyinx/einx / reset

Method reset

timer/timer.go:21–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (this *xtimer) reset() {
22 this.seqID = 0
23 this.runTick = 0
24 this.args = this.args[:0]
25 this.handler = nil
26 this.next = nil
27 this.running = false
28}
29
30func (this *xtimer) get_timer_id() uint64 {
31 seqID := uint64(this.seqID)

Callers 1

PutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected