Enum tm4c123x::adc0::dcctl5::CICR [] [src]

pub enum CICR {
    LOW,
    MID,
    HIGH,
    _Reserved(u8),
}

Possible values of the field CIC

Variants

Low Band

Mid Band

High Band

Reserved

Methods

impl CICR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is LOW

[src]

Checks if the value of the field is MID

[src]

Checks if the value of the field is HIGH

Trait Implementations

impl Clone for CICR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CICR
[src]

impl Debug for CICR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for CICR