[][src]Enum tm4c129x::adc0::tssel::PS1_A

pub enum PS1_A {
    _0,
}

Generator 1 PWM Module Trigger Select

Value on reset: 0

Variants

_0

0: Use Generator 1 (and its trigger) in PWM module 0

Trait Implementations

impl From<PS1_A> for u8[src]

impl Debug for PS1_A[src]

impl PartialEq<PS1_A> for PS1_A[src]

impl Copy for PS1_A[src]

impl StructuralPartialEq for PS1_A[src]

impl Clone for PS1_A[src]

Auto Trait Implementations

impl Unpin for PS1_A

impl Send for PS1_A

impl Sync for PS1_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