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

interface MSP430Timer

Commands
command void clear()
command void clearOverflow()
command void disableEvents()
command void enableEvents()
command uint16_t get()
command int getMode()
command bool isOverflowPending()
command void setClockSource(uint16_t clockSource)
command void setInputDivider(uint16_t inputDivider)
command void setMode(int mode)

Events
event void overflow()

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()