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

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

Possible values of the field AT

Variants

1 conversion clock cycle acquisition time for scan

2 conversion clock cycles acquisition time for scan

3 conversion clock cycles acquisition time for scan

4 conversion clock cycles acquisition time for scan

8 conversion clock cycles acquisition time for scan

16 conversion clock cycles acquisition time for scan

32 conversion clock cycles acquisition time for scan

64 conversion clock cycles acquisition time for scan

128 conversion clock cycles acquisition time for scan

256 conversion clock cycles acquisition time for scan

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 _3CYCLES

[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 !=.