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

pub enum Pwm_3GenaActzeroR {
    Pwm_3GenaActzeroNone,
    Pwm_3GenaActzeroInv,
    Pwm_3GenaActzeroZero,
    Pwm_3GenaActzeroOne,
}

Possible values of the field PWM_3_GENA_ACTZERO

Variants

Do nothing

Invert pwmA

Drive pwmA Low

Drive pwmA High

Methods

impl Pwm_3GenaActzeroR
[src]

Value of the field as raw bits

Checks if the value of the field is Pwm_3GenaActzeroNone

Checks if the value of the field is Pwm_3GenaActzeroInv

Checks if the value of the field is Pwm_3GenaActzeroZero

Checks if the value of the field is Pwm_3GenaActzeroOne

Trait Implementations

impl Clone for Pwm_3GenaActzeroR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pwm_3GenaActzeroR
[src]

impl Debug for Pwm_3GenaActzeroR
[src]

Formats the value using the given formatter.

impl PartialEq for Pwm_3GenaActzeroR
[src]

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

This method tests for !=.