Enum avr_device::atmega328pb::tc3::tccr3b::CS3_A[][src]

#[repr(u8)]
pub enum CS3_A {
    NO_CLOCK,
    DIRECT,
    PRESCALE_8,
    PRESCALE_64,
    PRESCALE_256,
    PRESCALE_1024,
    EXT_FALLING,
    EXT_RISING,
}
Expand description

Clock Select bits

Value on reset: 0

Variants

NO_CLOCK

0: No clock source (Timer/Counter stopped)

DIRECT

1: Running, No Prescaling

PRESCALE_8

2: Running, CLK/8

PRESCALE_64

3: Running, CLK/64

PRESCALE_256

4: Running, CLK/256

PRESCALE_1024

5: Running, CLK/1024

EXT_FALLING

6: Running, ExtClk Tx Falling Edge

EXT_RISING

7: Running, ExtClk Tx Rising Edge

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.