Timer0 doesn't have an enable/disable control bit like timer1 does, but you should be able to
start/stop timer0 by toggling TOCS in the OPTION_REG.
If there are no pulse inputs on the timer0 clock input, it should stop incrementing when you
set TOCS, and restart in timer mode when you clear TOCS.
Bookmarks