Interface: moteiv.tos.platform.msp430.timer.MSP430Timer
interface MSP430TimerCommands
Events
Commands - Details
clear
command void clear()
clearOverflow
command void clearOverflow()
disableEvents
command void disableEvents()
enableEvents
command void enableEvents()
get
command uint16_t get()
getMode
command int getMode()
isOverflowPending
command bool isOverflowPending()
setClockSource
command void setClockSource(uint16_t clockSource)
setInputDivider
command void setInputDivider(uint16_t inputDivider)
setMode
command void setMode(int mode)
Events - Details
overflow
event void overflow()