Skip to content

unit UsCounterI

em.hal/UsCounterI.em
1
2
3
4
5
6
7
8
package em.hal

interface UsCounterI

    function start()
    function stop(): uint32

end