Enum gd32f1::gd32f130::gpiob::afsel1::SEL15_A[][src]

#[repr(u8)]pub enum SEL15_A {
    AF0,
    AF1,
    AF2,
    AF3,
    AF4,
    AF5,
    AF6,
    AF7,
    AF9,
    AF11,
}

Pin 15 alternate function selected

Value on reset: 0

Variants

AF0

0: AF0

AF1

1: AF1

AF2

2: AF2

AF3

3: AF3

AF4

4: AF4

AF5

5: AF5

AF6

6: AF6

AF7

7: AF7

AF9

9: AF9

AF11

11: AF11

Trait Implementations

impl Clone for SEL15_A[src]

impl Copy for SEL15_A[src]

impl Debug for SEL15_A[src]

impl PartialEq<SEL15_A> for SEL15_A[src]

impl StructuralPartialEq for SEL15_A[src]

Auto Trait Implementations

impl Send for SEL15_A

impl Sync for SEL15_A

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