[][src]Enum atsamd11c14a::sysctrl::dpllctrlb::LTIME_A

pub enum LTIME_A {
    NONE,
    _8MS,
    _9MS,
    _10MS,
    _11MS,
}

Lock Time

Value on reset: 0

Variants

NONE

0: Default No time-out

_8MS

4: 8MS Time-out if no lock within 8 ms

_9MS

5: 9MS Time-out if no lock within 9 ms

_10MS

6: 10MS Time-out if no lock within 10 ms

_11MS

7: 11MS Time-out if no lock within 11 ms

Trait Implementations

impl Clone for LTIME_A[src]

impl Copy for LTIME_A[src]

impl Debug for LTIME_A[src]

impl From<LTIME_A> for u8[src]

impl PartialEq<LTIME_A> for LTIME_A[src]

impl StructuralPartialEq for LTIME_A[src]

Auto Trait Implementations

impl Send for LTIME_A

impl Sync for LTIME_A

impl Unpin for LTIME_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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