Enum avr_device::atmega32u4::tc3::tccr3a::COM3C_A[][src]

#[repr(u8)]
pub enum COM3C_A {
    DISCONNECTED,
    MATCH_TOGGLE,
    MATCH_CLEAR,
    MATCH_SET,
}
Expand description

Compare Output Mode 3C, bits

Value on reset: 0

Variants

DISCONNECTED

0: Normal port operation, OCix disconnected

MATCH_TOGGLE

1: Toggle OCix on Compare Match (Might depend on WGM)

MATCH_CLEAR

2: Clear OCix on Compare Match (If PWM is enabled, OCix is set at BOTTOM)

MATCH_SET

3: Set OCix on Compare Match (If PWM is enabled, OCix is cleared at BOTTOM)

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.