Enum tm4c123x::pwm0::_2_ctl::GENAUPDR [] [src]

pub enum GENAUPDR {
    I,
    LS,
    GS,
    _Reserved(u8),
}

Possible values of the field GENAUPD

Variants

Immediate

Locally Synchronized

Globally Synchronized

Reserved

Methods

impl GENAUPDR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is I

[src]

Checks if the value of the field is LS

[src]

Checks if the value of the field is GS

Trait Implementations

impl Clone for GENAUPDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GENAUPDR
[src]

impl Debug for GENAUPDR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for GENAUPDR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for GENAUPDR

impl Sync for GENAUPDR