Interface: tos.chips.atm128.timer.HplAtm128TimerCtrl16
interface HplAtm128TimerCtrl16
HPL Interface to Atmega128 16-bit timer control registers
- Author:
-
Martin Turon <mturon@xbow.com>
Commands
command Atm128TimerCtrlCompare_t getCtrlCompare()
command Atm128_ETIFR_t getInterruptFlag()
command Atm128_ETIMSK_t getInterruptMask()
Commands - Details
getCtrlCapture
command Atm128TimerCtrlCapture_t getCtrlCapture()
getCtrlClock
command Atm128TimerCtrlClock_t getCtrlClock()
getCtrlCompare
command Atm128TimerCtrlCompare_t getCtrlCompare()
getInterruptFlag
command Atm128_ETIFR_t getInterruptFlag()
getInterruptMask
command Atm128_ETIMSK_t getInterruptMask()
setCtrlCapture
command void setCtrlCapture(Atm128TimerCtrlCapture_t control)
setCtrlClock
command void setCtrlClock(Atm128TimerCtrlClock_t control)
setCtrlCompare
command void setCtrlCompare(Atm128TimerCtrlCompare_t control)
setInterruptFlag
command void setInterruptFlag(Atm128_ETIFR_t flags)
setInterruptMask
command void setInterruptMask(Atm128_ETIMSK_t mask)