[][src]Enum xmc1100::shs0::timcfg0::SST_A

pub enum SST_A {
    VALUE1,
    VALUE2,
    VALUE3,
}

Short Sample Time

Value on reset: 0

Variants

VALUE1

0: Compatible timing: Sample time is defined by DIVA and STC.

VALUE2

1: Sample time is tADC o 1

VALUE3

63: Sample time is tADC o 63

Trait Implementations

impl Clone for SST_A[src]

impl Copy for SST_A[src]

impl Debug for SST_A[src]

impl From<SST_A> for u8[src]

impl PartialEq<SST_A> for SST_A[src]

impl StructuralPartialEq for SST_A[src]

Auto Trait Implementations

impl Send for SST_A

impl Sync for SST_A

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