Module avr_device::atmega2560::tc5

source ·
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§

Type Aliases§

  • ICR5 (rw) register accessor: an alias for Reg<ICR5_SPEC>
  • OCR5A (rw) register accessor: an alias for Reg<OCR5A_SPEC>
  • OCR5B (rw) register accessor: an alias for Reg<OCR5B_SPEC>
  • OCR5C (rw) register accessor: an alias for Reg<OCR5C_SPEC>
  • TCCR5A (rw) register accessor: an alias for Reg<TCCR5A_SPEC>
  • TCCR5B (rw) register accessor: an alias for Reg<TCCR5B_SPEC>
  • TCCR5C (rw) register accessor: an alias for Reg<TCCR5C_SPEC>
  • TCNT5 (rw) register accessor: an alias for Reg<TCNT5_SPEC>
  • TIFR5 (rw) register accessor: an alias for Reg<TIFR5_SPEC>
  • TIMSK5 (rw) register accessor: an alias for Reg<TIMSK5_SPEC>