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

pub enum Pwm_3GenaActcmpadR {
    Pwm_3GenaActcmpadNone,
    Pwm_3GenaActcmpadInv,
    Pwm_3GenaActcmpadZero,
    Pwm_3GenaActcmpadOne,
}

Possible values of the field PWM_3_GENA_ACTCMPAD

Variants

Do nothing

Invert pwmA

Drive pwmA Low

Drive pwmA High

Methods

impl Pwm_3GenaActcmpadR
[src]

Value of the field as raw bits

Checks if the value of the field is Pwm_3GenaActcmpadNone

Checks if the value of the field is Pwm_3GenaActcmpadInv

Checks if the value of the field is Pwm_3GenaActcmpadZero

Checks if the value of the field is Pwm_3GenaActcmpadOne

Trait Implementations

impl Clone for Pwm_3GenaActcmpadR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pwm_3GenaActcmpadR
[src]

impl Debug for Pwm_3GenaActcmpadR
[src]

Formats the value using the given formatter.

impl PartialEq for Pwm_3GenaActcmpadR
[src]

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

This method tests for !=.