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

interface TimerExclusive

Commands
command result_t prepareTimer(uint8_t rh, uint16_t interval, uint16_t csSAMPCON, uint16_t cdSAMPCON) Prepare Timer to be set with an interval, cs, and cd
command result_t startTimer(uint8_t rh) Start Timer
command result_t stopTimer(uint8_t rh) Stop Timer

Commands - Details

prepareTimer

command result_t prepareTimer(uint8_t rh, uint16_t interval, uint16_t csSAMPCON, uint16_t cdSAMPCON)

Prepare Timer to be set with an interval, cs, and cd

startTimer

command result_t startTimer(uint8_t rh)

Start Timer

stopTimer

command result_t stopTimer(uint8_t rh)

Stop Timer