Module attiny_hal::pac::tc1

source ·
Expand description

Timer/Counter1, 8-bit

Modules

  • Dead Time Value Register A
  • Dead Time Value Register B
  • Dead time prescaler register
  • Timer counter control register
  • Output Compare Register A
  • Output Compare Register B
  • Output Compare Register C
  • Timer/Counter Control Register
  • Timer/Counter Register
  • Timer/Counter Interrupt Flag Register
  • Timer/Counter Interrupt Mask Register

Structs

Type Aliases

  • DT1A (rw) register accessor: an alias for Reg<DT1A_SPEC>
  • DT1B (rw) register accessor: an alias for Reg<DT1B_SPEC>
  • DTPS (rw) register accessor: an alias for Reg<DTPS_SPEC>
  • GTCCR (rw) register accessor: an alias for Reg<GTCCR_SPEC>
  • OCR1A (rw) register accessor: an alias for Reg<OCR1A_SPEC>
  • OCR1B (rw) register accessor: an alias for Reg<OCR1B_SPEC>
  • OCR1C (rw) register accessor: an alias for Reg<OCR1C_SPEC>
  • TCCR1 (rw) register accessor: an alias for Reg<TCCR1_SPEC>
  • TCNT1 (rw) register accessor: an alias for Reg<TCNT1_SPEC>
  • TIFR (rw) register accessor: an alias for Reg<TIFR_SPEC>
  • TIMSK (rw) register accessor: an alias for Reg<TIMSK_SPEC>