Enum tm4c123x::pwm0::_1_gena::ACTCMPAUR [] [src]

pub enum ACTCMPAUR {
    NONE,
    INV,
    ZERO,
    ONE,
}

Possible values of the field ACTCMPAU

Variants

Do nothing

Invert pwmA

Drive pwmA Low

Drive pwmA High

Methods

impl ACTCMPAUR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is INV

[src]

Checks if the value of the field is ZERO

[src]

Checks if the value of the field is ONE

Trait Implementations

impl Clone for ACTCMPAUR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ACTCMPAUR
[src]

impl Debug for ACTCMPAUR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ACTCMPAUR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ACTCMPAUR

impl Sync for ACTCMPAUR