Enum tm4c129x::adc0::adc_dcctl3::AdcDcctl3CtcR [] [src]

pub enum AdcDcctl3CtcR {
    AdcDcctl3CtcLow,
    AdcDcctl3CtcMid,
    AdcDcctl3CtcHigh,
    _Reserved(u8),
}

Possible values of the field ADC_DCCTL3_CTC

Variants

Low Band

Mid Band

High Band

Reserved

Methods

impl AdcDcctl3CtcR
[src]

Value of the field as raw bits

Checks if the value of the field is AdcDcctl3CtcLow

Checks if the value of the field is AdcDcctl3CtcMid

Checks if the value of the field is AdcDcctl3CtcHigh

Trait Implementations

impl Clone for AdcDcctl3CtcR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AdcDcctl3CtcR
[src]

impl Debug for AdcDcctl3CtcR
[src]

Formats the value using the given formatter.

impl PartialEq for AdcDcctl3CtcR
[src]

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

This method tests for !=.