Interface: tos.chips.msp430.timer.Msp430Timer

interface Msp430Timer

Author:
Cory Sharp <cssharp@eecs.berkeley.edu>
Jan Hauer <hauer@tkn.tu-berlin.de>

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