Module avr_device::atmega2560::tc0

source ·
Expand description

Timer/Counter, 8-bit

Modules

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

Structs

Register block

Type Definitions

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>
TIFR0 (rw) register accessor: an alias for Reg<TIFR0_SPEC>
TIMSK0 (rw) register accessor: an alias for Reg<TIMSK0_SPEC>