Module atmega_hal::pac::tc1

source ·
Expand description

Timer/Counter, 16-bit

Modules

  • General Timer/Counter Control Register
  • Timer/Counter1 Input Capture Register Bytes
  • Timer/Counter1 Output Compare Register Bytes
  • Timer/Counter1 Output Compare Register Bytes
  • Timer/Counter1 Control Register A
  • Timer/Counter1 Control Register B
  • Timer/Counter1 Control Register C
  • Timer/Counter1 Bytes
  • Timer/Counter Interrupt Flag register
  • Timer/Counter Interrupt Mask Register

Structs

Type Aliases

  • GTCCR (rw) register accessor: an alias for Reg<GTCCR_SPEC>
  • ICR1 (rw) register accessor: an alias for Reg<ICR1_SPEC>
  • OCR1A (rw) register accessor: an alias for Reg<OCR1A_SPEC>
  • OCR1B (rw) register accessor: an alias for Reg<OCR1B_SPEC>
  • TCCR1A (rw) register accessor: an alias for Reg<TCCR1A_SPEC>
  • TCCR1B (rw) register accessor: an alias for Reg<TCCR1B_SPEC>
  • TCCR1C (rw) register accessor: an alias for Reg<TCCR1C_SPEC>
  • TCNT1 (rw) register accessor: an alias for Reg<TCNT1_SPEC>
  • TIFR1 (rw) register accessor: an alias for Reg<TIFR1_SPEC>
  • TIMSK1 (rw) register accessor: an alias for Reg<TIMSK1_SPEC>