Enum efm32hg222f64::adc0::scanctrl::ATR [] [src]

pub enum ATR {
    _1CYCLE,
    _2CYCLES,
    _4CYCLES,
    _8CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
    _128CYCLES,
    _256CYCLES,
    _Reserved(u8),
}

Possible values of the field AT

Variants

1 ADC_CLK cycle acquisition time for scan samples

2 ADC_CLK cycles acquisition time for scan samples

4 ADC_CLK cycles acquisition time for scan samples

8 ADC_CLK cycles acquisition time for scan samples

16 ADC_CLK cycles acquisition time for scan samples

32 ADC_CLK cycles acquisition time for scan samples

64 ADC_CLK cycles acquisition time for scan samples

128 ADC_CLK cycles acquisition time for scan samples

256 ADC_CLK cycles acquisition time for scan samples

Reserved

Methods

impl ATR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _1CYCLE

[src]

Checks if the value of the field is _2CYCLES

[src]

Checks if the value of the field is _4CYCLES

[src]

Checks if the value of the field is _8CYCLES

[src]

Checks if the value of the field is _16CYCLES

[src]

Checks if the value of the field is _32CYCLES

[src]

Checks if the value of the field is _64CYCLES

[src]

Checks if the value of the field is _128CYCLES

[src]

Checks if the value of the field is _256CYCLES

Trait Implementations

impl Clone for ATR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ATR
[src]

impl Debug for ATR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ATR
[src]

[src]

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

[src]

This method tests for !=.