Enum efm32gg11b820::adc0::singlectrl::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 single channel

2 conversion clock cycles acquisition time for single channel

3 conversion clock cycles acquisition time for single channel

4 conversion clock cycles acquisition time for single channel

8 conversion clock cycles acquisition time for single channel

16 conversion clock cycles acquisition time for single channel

32 conversion clock cycles acquisition time for single channel

64 conversion clock cycles acquisition time for single channel

128 conversion clock cycles acquisition time for single channel

256 conversion clock cycles acquisition time for single channel

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. Read more

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

Auto Trait Implementations

impl Send for ATR

impl Sync for ATR