Skip to content

unit MsCounterI

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

interface MsCounterI

    function start()
    function stop(): uint32

end