[][src]Enum xmc4800::scu_hibernate::hdcr::HIBIO1SEL_A

pub enum HIBIO1SEL_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    VALUE10,
}

HIB_IO_1 Pin I/O Control (Default WKUP)

Value on reset: 0

Variants

VALUE1

0: Direct input, No input pull device connected

VALUE2

1: Direct input, Input pull-down device connected

VALUE3

2: Direct input, Input pull-up device connected

VALUE4

8: Push-pull HIB Control output

VALUE5

9: Push-pull WDT service output

VALUE6

10: Push-pull GPIO output

VALUE7

12: Open-drain HIB Control output

VALUE8

13: Open-drain WDT service output

VALUE9

14: Open-drain GPIO output

VALUE10

15: Analog input

Trait Implementations

impl From<HIBIO1SEL_A> for u8[src]

impl PartialEq<HIBIO1SEL_A> for HIBIO1SEL_A[src]

impl Debug for HIBIO1SEL_A[src]

impl Copy for HIBIO1SEL_A[src]

impl Clone for HIBIO1SEL_A[src]

Auto Trait Implementations

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