Timer register map.
Definition at line 54 of file atmega_regs_common.h.
#include <atmega_regs_common.h>
Data Fields | |
| REG16 | ICR |
| input capture | |
| REG16 | OCR [2] |
| output compare | |
| REG16 | CNT |
| counter | |
| REG8 | CRB |
| control B | |
| REG8 | CRA |
| control A | |
| REG16 mega_timer_t::CNT |
counter
Definition at line 57 of file atmega_regs_common.h.
| REG8 mega_timer_t::CRA |
control A
Definition at line 59 of file atmega_regs_common.h.
| REG8 mega_timer_t::CRB |
control B
Definition at line 58 of file atmega_regs_common.h.
| REG16 mega_timer_t::ICR |
input capture
Definition at line 55 of file atmega_regs_common.h.
| REG16 mega_timer_t::OCR[2] |
output compare
Definition at line 56 of file atmega_regs_common.h.