Interface: tos.chips.atm128.timer.HplAtm128TimerCtrl8
interface HplAtm128TimerCtrl8
HPL Interface to Atmega128 8-bit timer control registers
- Author:
-
Martin Turon <mturon@xbow.com>
Commands
command Atm128TimerControl_t getControl()
command Atm128_TIMSK_t getInterruptMask()
command void setControl(Atm128TimerControl_t control)
Commands - Details
getControl
command Atm128TimerControl_t getControl()
getInterruptFlag
command Atm128_TIFR_t getInterruptFlag()
getInterruptMask
command Atm128_TIMSK_t getInterruptMask()
setControl
command void setControl(Atm128TimerControl_t control)
setInterruptFlag
command void setInterruptFlag(Atm128_TIFR_t flags)
setInterruptMask
command void setInterruptMask(Atm128_TIMSK_t mask)