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

pub enum STARTUPW {
    _0,
    _8,
    _16,
    _24,
    _64,
    _80,
    _96,
    _112,
    _512,
    _576,
    _640,
    _704,
    _768,
    _832,
    _896,
    _960,
    _1024,
    _1088,
    _1152,
    _1216,
    _1280,
    _1344,
    _1408,
    _1472,
    _1536,
    _1600,
    _1664,
    _1728,
    _1792,
    _1856,
    _1920,
    _1984,
}

Values that can be written to the field STARTUP

Variants

_0

0 periods of DACClock

_8

8 periods of DACClock

_16

16 periods of DACClock

_24

24 periods of DACClock

_64

64 periods of DACClock

_80

80 periods of DACClock

_96

96 periods of DACClock

_112

112 periods of DACClock

_512

512 periods of DACClock

_576

576 periods of DACClock

_640

640 periods of DACClock

_704

704 periods of DACClock

_768

768 periods of DACClock

_832

832 periods of DACClock

_896

896 periods of DACClock

_960

960 periods of DACClock

_1024

1024 periods of DACClock

_1088

1088 periods of DACClock

_1152

1152 periods of DACClock

_1216

1216 periods of DACClock

_1280

1280 periods of DACClock

_1344

1344 periods of DACClock

_1408

1408 periods of DACClock

_1472

1472 periods of DACClock

_1536

1536 periods of DACClock

_1600

1600 periods of DACClock

_1664

1664 periods of DACClock

_1728

1728 periods of DACClock

_1792

1792 periods of DACClock

_1856

1856 periods of DACClock

_1920

1920 periods of DACClock

_1984

1984 periods of DACClock

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]