[][src]Enum xmc4400::scu_hibernate::hdcr::HIBIO0SEL_A

#[repr(u8)]pub enum HIBIO0SEL_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    VALUE10,
}

HIB_IO_0 Pin I/O Control (default HIBOUT)

Value on reset: 12

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 Clone for HIBIO0SEL_A[src]

impl Copy for HIBIO0SEL_A[src]

impl Debug for HIBIO0SEL_A[src]

impl From<HIBIO0SEL_A> for u8[src]

impl PartialEq<HIBIO0SEL_A> for HIBIO0SEL_A[src]

impl StructuralPartialEq for HIBIO0SEL_A[src]

Auto Trait Implementations

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.