[][src]Module avr_device::atmega8::tc1

Timer/Counter, 16-bit

Modules

icr1

Timer/Counter1 Input Capture Register Bytes

ocr1a

Timer/Counter1 Output Compare Register Bytes

ocr1b

Timer/Counter1 Output Compare Register Bytes

tccr1a

Timer/Counter1 Control Register A

tccr1b

Timer/Counter1 Control Register B

tcnt1

Timer/Counter1 Bytes

tifr

Timer/Counter Interrupt Flag register

timsk

Timer/Counter Interrupt Mask Register

Structs

RegisterBlock

Register block

Type Definitions

ICR1

ICR1 register accessor: an alias for Reg<ICR1_SPEC>

OCR1A

OCR1A register accessor: an alias for Reg<OCR1A_SPEC>

OCR1B

OCR1B register accessor: an alias for Reg<OCR1B_SPEC>

TCCR1A

TCCR1A register accessor: an alias for Reg<TCCR1A_SPEC>

TCCR1B

TCCR1B register accessor: an alias for Reg<TCCR1B_SPEC>

TCNT1

TCNT1 register accessor: an alias for Reg<TCNT1_SPEC>

TIFR

TIFR register accessor: an alias for Reg<TIFR_SPEC>

TIMSK

TIMSK register accessor: an alias for Reg<TIMSK_SPEC>