Enum tm4c123x::pwm0::_2_genb::ACTZEROR [] [src]

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

Possible values of the field ACTZERO

Variants

Do nothing

Invert pwmB

Drive pwmB Low

Drive pwmB High

Methods

impl ACTZEROR
[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 ACTZEROR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ACTZEROR
[src]

impl Debug for ACTZEROR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ACTZEROR
[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 ACTZEROR

impl Sync for ACTZEROR