Loading...
Searching...
No Matches
mega_timer_t Struct Reference

Timer register map. More...

Detailed Description

Timer register map.

Definition at line 58 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
 

Field Documentation

◆ CNT

REG16 mega_timer_t::CNT

counter

Definition at line 61 of file atmega_regs_common.h.

◆ CRA

REG8 mega_timer_t::CRA

control A

Definition at line 63 of file atmega_regs_common.h.

◆ CRB

REG8 mega_timer_t::CRB

control B

Definition at line 62 of file atmega_regs_common.h.

◆ ICR

REG16 mega_timer_t::ICR

input capture

Definition at line 59 of file atmega_regs_common.h.

◆ OCR

REG16 mega_timer_t::OCR[2]

output compare

Definition at line 60 of file atmega_regs_common.h.


The documentation for this struct was generated from the following file: