Module avr_device::atmega1280::tc5[][src]

Expand description

Timer/Counter, 16-bit

Modules

Timer/Counter5 Input Capture Register Bytes

Timer/Counter5 Output Compare Register A Bytes

Timer/Counter5 Output Compare Register B Bytes

Timer/Counter5 Output Compare Register B Bytes

Timer/Counter5 Control Register A

Timer/Counter5 Control Register B

Timer/Counter 5 Control Register C

Timer/Counter5 Bytes

Timer/Counter5 Interrupt Flag register

Timer/Counter5 Interrupt Mask Register

Structs

Register block

Type Definitions

ICR5 register accessor: an alias for Reg<ICR5_SPEC>

OCR5A register accessor: an alias for Reg<OCR5A_SPEC>

OCR5B register accessor: an alias for Reg<OCR5B_SPEC>

OCR5C register accessor: an alias for Reg<OCR5C_SPEC>

TCCR5A register accessor: an alias for Reg<TCCR5A_SPEC>

TCCR5B register accessor: an alias for Reg<TCCR5B_SPEC>

TCCR5C register accessor: an alias for Reg<TCCR5C_SPEC>

TCNT5 register accessor: an alias for Reg<TCNT5_SPEC>

TIFR5 register accessor: an alias for Reg<TIFR5_SPEC>

TIMSK5 register accessor: an alias for Reg<TIMSK5_SPEC>