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

pub enum AdcDcctl3CicR {
    AdcDcctl3CicLow,
    AdcDcctl3CicMid,
    AdcDcctl3CicHigh,
    _Reserved(u8),
}

Possible values of the field ADC_DCCTL3_CIC

Variants

Low Band

Mid Band

High Band

Reserved

Methods

impl AdcDcctl3CicR
[src]

Value of the field as raw bits

Checks if the value of the field is AdcDcctl3CicLow

Checks if the value of the field is AdcDcctl3CicMid

Checks if the value of the field is AdcDcctl3CicHigh

Trait Implementations

impl Clone for AdcDcctl3CicR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AdcDcctl3CicR
[src]

impl Debug for AdcDcctl3CicR
[src]

Formats the value using the given formatter.

impl PartialEq for AdcDcctl3CicR
[src]

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

This method tests for !=.