Enum tm4c123x::pwm0::enupd::ENUPD0R [] [src]

pub enum ENUPD0R {
    IMM,
    LSYNC,
    GSYNC,
    _Reserved(u8),
}

Possible values of the field ENUPD0

Variants

Immediate

Locally Synchronized

Globally Synchronized

Reserved

Methods

impl ENUPD0R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is IMM

[src]

Checks if the value of the field is LSYNC

[src]

Checks if the value of the field is GSYNC

Trait Implementations

impl Clone for ENUPD0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ENUPD0R
[src]

impl Debug for ENUPD0R
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for ENUPD0R