[][src]Enum sam3x8e::adc::mr::STARTUPR

pub enum STARTUPR {
    SUT0,
    SUT8,
    SUT16,
    SUT24,
    SUT64,
    SUT80,
    SUT96,
    SUT112,
    SUT512,
    SUT576,
    SUT640,
    SUT704,
    SUT768,
    SUT832,
    SUT896,
    SUT960,
}

Possible values of the field STARTUP

Variants

SUT0

0 periods of ADCClock

SUT8

8 periods of ADCClock

SUT16

16 periods of ADCClock

SUT24

24 periods of ADCClock

SUT64

64 periods of ADCClock

SUT80

80 periods of ADCClock

SUT96

96 periods of ADCClock

SUT112

112 periods of ADCClock

SUT512

512 periods of ADCClock

SUT576

576 periods of ADCClock

SUT640

640 periods of ADCClock

SUT704

704 periods of ADCClock

SUT768

768 periods of ADCClock

SUT832

832 periods of ADCClock

SUT896

896 periods of ADCClock

SUT960

960 periods of ADCClock

Methods

impl STARTUPR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_sut0(&self) -> bool[src]

Checks if the value of the field is SUT0

pub fn is_sut8(&self) -> bool[src]

Checks if the value of the field is SUT8

pub fn is_sut16(&self) -> bool[src]

Checks if the value of the field is SUT16

pub fn is_sut24(&self) -> bool[src]

Checks if the value of the field is SUT24

pub fn is_sut64(&self) -> bool[src]

Checks if the value of the field is SUT64

pub fn is_sut80(&self) -> bool[src]

Checks if the value of the field is SUT80

pub fn is_sut96(&self) -> bool[src]

Checks if the value of the field is SUT96

pub fn is_sut112(&self) -> bool[src]

Checks if the value of the field is SUT112

pub fn is_sut512(&self) -> bool[src]

Checks if the value of the field is SUT512

pub fn is_sut576(&self) -> bool[src]

Checks if the value of the field is SUT576

pub fn is_sut640(&self) -> bool[src]

Checks if the value of the field is SUT640

pub fn is_sut704(&self) -> bool[src]

Checks if the value of the field is SUT704

pub fn is_sut768(&self) -> bool[src]

Checks if the value of the field is SUT768

pub fn is_sut832(&self) -> bool[src]

Checks if the value of the field is SUT832

pub fn is_sut896(&self) -> bool[src]

Checks if the value of the field is SUT896

pub fn is_sut960(&self) -> bool[src]

Checks if the value of the field is SUT960

Trait Implementations

impl Clone for STARTUPR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for STARTUPR[src]

impl PartialEq<STARTUPR> for STARTUPR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for STARTUPR[src]

Auto Trait Implementations

impl Send for STARTUPR

impl Sync for STARTUPR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]