Module attiny_hal::pac::tc0

source ·
Expand description

Timer/Counter0, 8-bit, PWM

Modules

  • General Timer/Counter Control Register
  • Output Compare Register A
  • Output Compare Register B
  • Timer/Counter Control Register A
  • Timer/Counter Control Register B
  • Timer/Counter0
  • Timer/Counter0 Interrupt Flag register
  • Timer/Counter Interrupt Mask Register

Structs

Type Aliases

  • GTCCR (rw) register accessor: an alias for Reg<GTCCR_SPEC>
  • OCR0A (rw) register accessor: an alias for Reg<OCR0A_SPEC>
  • OCR0B (rw) register accessor: an alias for Reg<OCR0B_SPEC>
  • TCCR0A (rw) register accessor: an alias for Reg<TCCR0A_SPEC>
  • TCCR0B (rw) register accessor: an alias for Reg<TCCR0B_SPEC>
  • TCNT0 (rw) register accessor: an alias for Reg<TCNT0_SPEC>
  • TIFR (rw) register accessor: an alias for Reg<TIFR_SPEC>
  • TIMSK (rw) register accessor: an alias for Reg<TIMSK_SPEC>