Interface: moteiv.tos.lib.timer.TimerMilli

interface TimerMilli

The TimerMilli interface (accessible via TimerC) is deprecated.

Please use the TimerMilliC component instead, which exposes the Timer2<TMilli> interface.

Author:
Cory Sharp <cssharp@eecs.berkeley.edu>

Commands
command int32_t getPeriod()
command bool isOneShot()
command bool isPeriodic()
command bool isSet()
command result_t setOneShot(int32_t millis)
command result_t setPeriodic(int32_t millis)
command result_t stop()

Events
event result_t fired()

Commands - Details

getPeriod

command int32_t getPeriod()

isOneShot

command bool isOneShot()

isPeriodic

command bool isPeriodic()

isSet

command bool isSet()

setOneShot

command result_t setOneShot(int32_t millis)

setPeriodic

command result_t setPeriodic(int32_t millis)

stop

command result_t stop()

Events - Details

fired

event result_t fired()