Enum tm4c129x::pwm0::pwm_3_gena::Pwm_3GenaActcmpauR [] [src]

pub enum Pwm_3GenaActcmpauR {
    Pwm_3GenaActcmpauNone,
    Pwm_3GenaActcmpauInv,
    Pwm_3GenaActcmpauZero,
    Pwm_3GenaActcmpauOne,
}

Possible values of the field PWM_3_GENA_ACTCMPAU

Variants

Do nothing

Invert pwmA

Drive pwmA Low

Drive pwmA High

Methods

impl Pwm_3GenaActcmpauR
[src]

Value of the field as raw bits

Checks if the value of the field is Pwm_3GenaActcmpauNone

Checks if the value of the field is Pwm_3GenaActcmpauInv

Checks if the value of the field is Pwm_3GenaActcmpauZero

Checks if the value of the field is Pwm_3GenaActcmpauOne

Trait Implementations

impl Clone for Pwm_3GenaActcmpauR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pwm_3GenaActcmpauR
[src]

impl Debug for Pwm_3GenaActcmpauR
[src]

Formats the value using the given formatter.

impl PartialEq for Pwm_3GenaActcmpauR
[src]

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

This method tests for !=.