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

pub enum AdcDcctl3CtmR {
    AdcDcctl3CtmAlways,
    AdcDcctl3CtmOnce,
    AdcDcctl3CtmHalways,
    AdcDcctl3CtmHonce,
}

Possible values of the field ADC_DCCTL3_CTM

Variants

Always

Once

Hysteresis Always

Hysteresis Once

Methods

impl AdcDcctl3CtmR
[src]

Value of the field as raw bits

Checks if the value of the field is AdcDcctl3CtmAlways

Checks if the value of the field is AdcDcctl3CtmOnce

Checks if the value of the field is AdcDcctl3CtmHalways

Checks if the value of the field is AdcDcctl3CtmHonce

Trait Implementations

impl Clone for AdcDcctl3CtmR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AdcDcctl3CtmR
[src]

impl Debug for AdcDcctl3CtmR
[src]

Formats the value using the given formatter.

impl PartialEq for AdcDcctl3CtmR
[src]

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

This method tests for !=.