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

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

Values that can be written to 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

Auto Trait Implementations

impl Send for STARTUPW

impl Sync for STARTUPW

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]