Module avr_device::atmega1280::tc3[][src]

Expand description

Timer/Counter, 16-bit

Modules

Timer/Counter3 Input Capture Register Bytes

Timer/Counter3 Output Compare Register A Bytes

Timer/Counter3 Output Compare Register B Bytes

Timer/Counter3 Output Compare Register B Bytes

Timer/Counter3 Control Register A

Timer/Counter3 Control Register B

Timer/Counter 3 Control Register C

Timer/Counter3 Bytes

Timer/Counter3 Interrupt Flag register

Timer/Counter3 Interrupt Mask Register

Structs

Register block

Type Definitions

ICR3 register accessor: an alias for Reg<ICR3_SPEC>

OCR3A register accessor: an alias for Reg<OCR3A_SPEC>

OCR3B register accessor: an alias for Reg<OCR3B_SPEC>

OCR3C register accessor: an alias for Reg<OCR3C_SPEC>

TCCR3A register accessor: an alias for Reg<TCCR3A_SPEC>

TCCR3B register accessor: an alias for Reg<TCCR3B_SPEC>

TCCR3C register accessor: an alias for Reg<TCCR3C_SPEC>

TCNT3 register accessor: an alias for Reg<TCNT3_SPEC>

TIFR3 register accessor: an alias for Reg<TIFR3_SPEC>

TIMSK3 register accessor: an alias for Reg<TIMSK3_SPEC>