Rainbow Electronics ATtiny861_V User Manual

Page 90

Advertising
background image

90

2588B–AVR–11/06

ATtiny261/461/861

When this bit is set (one), the Timer/Counter prescaler (TCNT1 is unaffected) will be reset. The
bit will be cleared by hardware after the operation is performed. Writing a zero to this bit will have
no effect. This bit will always read as zero.

• Bits 3:0 - CS13, CS12, CS11, CS10: Clock Select Bits 3, 2, 1, and 0

The Clock Select bits 3, 2, 1, and 0 define the prescaling source of Timer/Counter1.

The Stop condition provides a Timer Enable/Disable function.

Table 15-1.

Timer/Counter1 Prescale Select

CS13

CS12

CS11

CS10

Asynchronous
Clocking Mode

Synchronous

Clocking Mode

0

0

0

0

T/C1 stopped

T/C1 stopped

0

0

0

1

PCK

CK

0

0

1

0

PCK/2

CK/2

0

0

1

1

PCK/4

CK/4

0

1

0

0

PCK/8

CK/8

0

1

0

1

PCK/16

CK/16

0

1

1

0

PCK/32

CK/32

0

1

1

1

PCK/64

CK/64

1

0

0

0

PCK/128

CK/128

1

0

0

1

PCK/256

CK/256

1

0

1

0

PCK/512

CK/512

1

0

1

1

PCK/1024

CK/1024

1

1

0

0

PCK/2048

CK/2048

1

1

0

1

PCK/4096

CK/4096

1

1

1

0

PCK/8192

CK/8192

1

1

1

1

PCK/16384

CK/16384

Advertising