Interface: moteiv.tos.platform.msp430.timer.MSP430Compare

interface MSP430Compare

Commands
command uint16_t getEvent()
command void setEvent(uint16_t time)
command void setEventFromNow(uint16_t delta)
command void setEventFromPrev(uint16_t delta)

Events
event void fired()

Commands - Details

getEvent

command uint16_t getEvent()

setEvent

command void setEvent(uint16_t time)

setEventFromNow

command void setEventFromNow(uint16_t delta)

setEventFromPrev

command void setEventFromPrev(uint16_t delta)

Events - Details

fired

event void fired()