Interface: tos.chips.atm128.timer.HplAtm128TimerAsync
interface HplAtm128TimerAsync
- Author:
-
David Gay
Commands
command int compareBusy()
command int controlBusy()
command int countBusy()
command Atm128Assr_t getAssr()
command void setAssr(Atm128Assr_t x)
Commands - Details
compareBusy
command int compareBusy()
- Returns:
-
TRUE if OCR0 is busy, FALSE otherwise (can be updated)
controlBusy
command int controlBusy()
- Returns:
-
TRUE if TCCR0 is busy, FALSE otherwise (can be updated)
countBusy
command int countBusy()
- Returns:
-
TRUE if TCNT0 is busy, FALSE otherwise (can be updated)
getAssr
command Atm128Assr_t getAssr()
- Returns:
-
Current value of ASSR
setAssr
command void setAssr(Atm128Assr_t x)
- Parameters:
-
x - New value for ASSR
setTimer0Asynchronous
command void setTimer0Asynchronous()