Module atmega_hal::pac::tc2

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

Type Aliases

  • ASSR (rw) register accessor: an alias for Reg<ASSR_SPEC>
  • GTCCR (rw) register accessor: an alias for Reg<GTCCR_SPEC>
  • OCR2A (rw) register accessor: an alias for Reg<OCR2A_SPEC>
  • OCR2B (rw) register accessor: an alias for Reg<OCR2B_SPEC>
  • TCCR2A (rw) register accessor: an alias for Reg<TCCR2A_SPEC>
  • TCCR2B (rw) register accessor: an alias for Reg<TCCR2B_SPEC>
  • TCNT2 (rw) register accessor: an alias for Reg<TCNT2_SPEC>
  • TIFR2 (rw) register accessor: an alias for Reg<TIFR2_SPEC>
  • TIMSK2 (rw) register accessor: an alias for Reg<TIMSK2_SPEC>