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

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

Possible values of the field COM_A

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_AR
[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_AR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for COM_AR
[src]

impl Debug for COM_AR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for COM_AR
[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_AR

impl Sync for COM_AR