[][src]Enum atsams70j19::afec0::afec_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 AFE clock

SUT8

8 periods of AFE clock

SUT16

16 periods of AFE clock

SUT24

24 periods of AFE clock

SUT64

64 periods of AFE clock

SUT80

80 periods of AFE clock

SUT96

96 periods of AFE clock

SUT112

112 periods of AFE clock

SUT512

512 periods of AFE clock

SUT576

576 periods of AFE clock

SUT640

640 periods of AFE clock

SUT704

704 periods of AFE clock

SUT768

768 periods of AFE clock

SUT832

832 periods of AFE clock

SUT896

896 periods of AFE clock

SUT960

960 periods of AFE clock

Trait Implementations

impl ToBits<u8> for STARTUPR[src]

impl Debug for STARTUPR[src]

impl PartialEq<STARTUPR> for STARTUPR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for STARTUPR[src]

impl Clone for STARTUPR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for STARTUPR

impl Sync for STARTUPR

impl Send for STARTUPR

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self