Enum atmega32u4::timer4::tccr_c::COM_DR[][src]

pub enum COM_DR {
    DISCONNECTED,
    MATCH_TOGGLE,
    MATCH_CLEAR,
    MATCH_SET,
}

Possible values of the field COM_D

Variants

Normal port operation, OC4x disconnected

Toggle OC4x on Compare Match (Might depend on WGM)

Clear OC4x on Compare Match (If PWM is enabled, OC4x is set at TOP)

Set OC4x on Compare Match (If PWM is enabled, OC4x is cleared at TOP)

Methods

impl COM_DR
[src]

Value of the field as raw bits

Checks if the value of the field is DISCONNECTED

Checks if the value of the field is MATCH_TOGGLE

Checks if the value of the field is MATCH_CLEAR

Checks if the value of the field is MATCH_SET

Trait Implementations

impl Clone for COM_DR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for COM_DR
[src]

impl Debug for COM_DR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for COM_DR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for COM_DR

impl Sync for COM_DR