Module avr_device::atmega2560::tc3

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

Type Aliases§

  • ICR3 (rw) register accessor: an alias for Reg<ICR3_SPEC>
  • OCR3A (rw) register accessor: an alias for Reg<OCR3A_SPEC>
  • OCR3B (rw) register accessor: an alias for Reg<OCR3B_SPEC>
  • OCR3C (rw) register accessor: an alias for Reg<OCR3C_SPEC>
  • TCCR3A (rw) register accessor: an alias for Reg<TCCR3A_SPEC>
  • TCCR3B (rw) register accessor: an alias for Reg<TCCR3B_SPEC>
  • TCCR3C (rw) register accessor: an alias for Reg<TCCR3C_SPEC>
  • TCNT3 (rw) register accessor: an alias for Reg<TCNT3_SPEC>
  • TIFR3 (rw) register accessor: an alias for Reg<TIFR3_SPEC>
  • TIMSK3 (rw) register accessor: an alias for Reg<TIMSK3_SPEC>