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

pub enum Pwm_3GenaActloadR {
    Pwm_3GenaActloadNone,
    Pwm_3GenaActloadInv,
    Pwm_3GenaActloadZero,
    Pwm_3GenaActloadOne,
}

Possible values of the field PWM_3_GENA_ACTLOAD

Variants

Do nothing

Invert pwmA

Drive pwmA Low

Drive pwmA High

Methods

impl Pwm_3GenaActloadR
[src]

Value of the field as raw bits

Checks if the value of the field is Pwm_3GenaActloadNone

Checks if the value of the field is Pwm_3GenaActloadInv

Checks if the value of the field is Pwm_3GenaActloadZero

Checks if the value of the field is Pwm_3GenaActloadOne

Trait Implementations

impl Clone for Pwm_3GenaActloadR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pwm_3GenaActloadR
[src]

impl Debug for Pwm_3GenaActloadR
[src]

Formats the value using the given formatter.

impl PartialEq for Pwm_3GenaActloadR
[src]

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

This method tests for !=.