Enum gd32f1::gd32f170::timer13::chctl0_output::CH0MS_A[][src]

#[repr(u8)]pub enum CH0MS_A {
    OUTPUT,
    CI1,
    CI2,
    ITS,
}

Channel 0 mode selection

Value on reset: 0

Variants

OUTPUT

0: Channel is configured as output

CI1

1: Channel is configured as input, ISx is connected to CI0FE0

CI2

2: Channel is configured as input, ISx is connected to CI1FE0

ITS

3: Channel is configured as input, ISx is connected to ITS

Trait Implementations

impl Clone for CH0MS_A[src]

impl Copy for CH0MS_A[src]

impl Debug for CH0MS_A[src]

impl PartialEq<CH0MS_A> for CH0MS_A[src]

impl StructuralPartialEq for CH0MS_A[src]

Auto Trait Implementations

impl Send for CH0MS_A

impl Sync for CH0MS_A

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