Enum atsam4ls4b_pac::iisc::mr::IMCKFS_A[][src]

#[repr(u8)]pub enum IMCKFS_A {
    _16,
    _32,
    _64,
    _128,
    _256,
    _384,
    _512,
    _768,
    _1024,
}

Master Clock to fs Ratio

Value on reset: 0

Variants

_16

0: 16 fs

_32

1: 32 fs

_64

3: 64 fs

_128

7: 128 fs

_256

15: 256 fs

_384

23: 384 fs

_512

31: 512 fs

_768

47: 768 fs

_1024

63: 1024 fs

Trait Implementations

impl Clone for IMCKFS_A[src]

impl Copy for IMCKFS_A[src]

impl Debug for IMCKFS_A[src]

impl PartialEq<IMCKFS_A> for IMCKFS_A[src]

impl StructuralPartialEq for IMCKFS_A[src]

Auto Trait Implementations

impl Send for IMCKFS_A

impl Sync for IMCKFS_A

impl Unpin for IMCKFS_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.