Interface: tos.chips.msp430.timer.Msp430Timer
interface Msp430Timer
- Author:
-
Cory Sharp <cssharp@eecs.berkeley.edu>
-
Jan Hauer <hauer@tkn.tu-berlin.de>
Commands
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()