Module avr_device::attiny85::tc0 [−][src]
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
Register block
Type Definitions
GTCCR register accessor: an alias for Reg<GTCCR_SPEC>
OCR0A register accessor: an alias for Reg<OCR0A_SPEC>
OCR0B register accessor: an alias for Reg<OCR0B_SPEC>
TCCR0A register accessor: an alias for Reg<TCCR0A_SPEC>
TCCR0B register accessor: an alias for Reg<TCCR0B_SPEC>
TCNT0 register accessor: an alias for Reg<TCNT0_SPEC>
TIFR register accessor: an alias for Reg<TIFR_SPEC>
TIMSK register accessor: an alias for Reg<TIMSK_SPEC>