Enum tm4c123x::sysctl::rcgc0::ADC1SPDR [] [src]

pub enum ADC1SPDR {
    _125K,
    _250K,
    _500K,
    _1M,
}

Possible values of the field ADC1SPD

Variants

125K samples/second

250K samples/second

500K samples/second

1M samples/second

Methods

impl ADC1SPDR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _125K

[src]

Checks if the value of the field is _250K

[src]

Checks if the value of the field is _500K

[src]

Checks if the value of the field is _1M

Trait Implementations

impl Clone for ADC1SPDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ADC1SPDR
[src]

impl Debug for ADC1SPDR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for ADC1SPDR