[][src]Enum tm4c129x::adc0::sstsh0::TSH3_A

pub enum TSH3_A {
    _4,
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
}

4th Sample and Hold Period Select

Value on reset: 0

Variants

_4

0: N_SH = 4

_8

2: N_SH = 8

_16

4: N_SH = 16

_32

6: N_SH = 32

_64

8: N_SH = 64

_128

10: N_SH = 128

_256

12: N_SH = 256

Trait Implementations

impl From<TSH3_A> for u8[src]

impl Debug for TSH3_A[src]

impl PartialEq<TSH3_A> for TSH3_A[src]

impl Copy for TSH3_A[src]

impl StructuralPartialEq for TSH3_A[src]

impl Clone for TSH3_A[src]

Auto Trait Implementations

impl Unpin for TSH3_A

impl Send for TSH3_A

impl Sync for TSH3_A

Blanket Implementations

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

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