[][src]Enum stm32f0xx_hal::pac::gpioa::afrh::AFRH15_A

#[repr(u8)]pub enum AFRH15_A {
    AF0,
    AF1,
    AF2,
    AF3,
    AF4,
    AF5,
    AF6,
    AF7,
    AF8,
    AF9,
    AF10,
    AF11,
    AF12,
    AF13,
    AF14,
    AF15,
}

Alternate function selection for port x bit y (y = 8..15)

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

AF8

8: AF8

AF9

9: AF9

AF10

10: AF10

AF11

11: AF11

AF12

12: AF12

AF13

13: AF13

AF14

14: AF14

AF15

15: AF15

Trait Implementations

impl Clone for AFRH15_A[src]

impl Copy for AFRH15_A[src]

impl Debug for AFRH15_A[src]

impl PartialEq<AFRH15_A> for AFRH15_A[src]

Auto Trait Implementations

impl Send for AFRH15_A

impl Sync for AFRH15_A

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