[][src]Enum xmc4100::port0::iocr8::PC10_A

#[repr(u8)]pub enum PC10_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    VALUE10,
    VALUE11,
    VALUE12,
    VALUE13,
    VALUE14,
    VALUE15,
    VALUE16,
    VALUE17,
    VALUE18,
}

Port Control for Port n Pin 8 to 11

Value on reset: 0

Variants

VALUE1

0: Input - No internal pull device active

VALUE2

1: Input - Internal pull-down device active

VALUE3

2: Input - Internal pull-up device active

VALUE4

3: Input - No internal pull device, Pn_OUTx = input value

VALUE5

4: Input inverted - No internal pull device active

VALUE6

5: Input inverted - Internal pull-down device active

VALUE7

6: Input inverted - Internal pull-up device active

VALUE8

7: Input inverted - No internal pull device, Pn_OUTx = input value

VALUE9

16: Output Push-Pull - General-purpose output

VALUE10

17: Output Push-Pull - Alternate output function 1

VALUE11

18: Output Push-Pull - Alternate output function 2

VALUE12

19: Output Push-Pull - Alternate output function 3

VALUE13

20: Output Push-Pull - Alternate output function 4

VALUE14

24: Output Open Drain - General-purpose output

VALUE15

25: Output Open Drain - Alternate output function 1

VALUE16

26: Output Open Drain - Alternate output function 2

VALUE17

27: Output Open Drain - Alternate output function 3

VALUE18

28: Output Open Drain - Alternate output function 4

Trait Implementations

impl Clone for PC10_A[src]

impl Copy for PC10_A[src]

impl Debug for PC10_A[src]

impl From<PC10_A> for u8[src]

impl PartialEq<PC10_A> for PC10_A[src]

impl StructuralPartialEq for PC10_A[src]

Auto Trait Implementations

impl Send for PC10_A

impl Sync for PC10_A

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