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() Timer control register: Direct access
command Atm128_TIFR_t getInterruptFlag() Interrupt flag register: Direct access
command Atm128_TIMSK_t getInterruptMask() Interrupt mask register: Direct access
command void setControl(Atm128TimerControl_t control)
command void setInterruptFlag(Atm128_TIFR_t flags)
command void setInterruptMask(Atm128_TIMSK_t mask)

Commands - Details

getControl

command Atm128TimerControl_t getControl()

Timer control register: Direct access

getInterruptFlag

command Atm128_TIFR_t getInterruptFlag()

Interrupt flag register: Direct access

getInterruptMask

command Atm128_TIMSK_t getInterruptMask()

Interrupt mask register: Direct access

setControl

command void setControl(Atm128TimerControl_t control)

setInterruptFlag

command void setInterruptFlag(Atm128_TIFR_t flags)

setInterruptMask

command void setInterruptMask(Atm128_TIMSK_t mask)