Module avr_device::atmega2560::tc2 [−][src]
Expand description
Timer/Counter, 8-bit Async
Modules
Asynchronous Status Register
General Timer Counter Control register
Timer/Counter2 Output Compare Register A
Timer/Counter2 Output Compare Register B
Timer/Counter2 Control Register A
Timer/Counter2 Control Register B
Timer/Counter2
Timer/Counter Interrupt Flag Register
Timer/Counter Interrupt Mask register
Structs
Register block
Type Definitions
ASSR register accessor: an alias for Reg<ASSR_SPEC>
GTCCR register accessor: an alias for Reg<GTCCR_SPEC>
OCR2A register accessor: an alias for Reg<OCR2A_SPEC>
OCR2B register accessor: an alias for Reg<OCR2B_SPEC>
TCCR2A register accessor: an alias for Reg<TCCR2A_SPEC>
TCCR2B register accessor: an alias for Reg<TCCR2B_SPEC>
TCNT2 register accessor: an alias for Reg<TCNT2_SPEC>
TIFR2 register accessor: an alias for Reg<TIFR2_SPEC>
TIMSK2 register accessor: an alias for Reg<TIMSK2_SPEC>