Module avr_device::atmega8::tc0[][src]

Expand description

Timer/Counter, 8-bit

Modules

Timer/Counter0 Control Register

Timer Counter 0

Timer/Counter Interrupt Flag register

Timer/Counter Interrupt Mask Register

Structs

Register block

Type Definitions

TCCR0 register accessor: an alias for Reg<TCCR0_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>