[][src]Enum xmc1100::port0::iocr12::PC13_A

pub enum PC13_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    VALUE10,
    VALUE11,
    VALUE12,
    VALUE13,
    VALUE14,
    VALUE15,
    VALUE16,
    VALUE17,
    VALUE18,
    VALUE19,
    VALUE20,
    VALUE21,
    VALUE22,
    VALUE23,
    VALUE24,
}

Port Control for Port n Pin 12 to 15

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

21: Output Push-Pull - Alternate output function 5

VALUE15

22: Output Push-Pull - Alternate output function 6

VALUE16

23: Output Push-Pull - Alternate output function 7

VALUE17

24: Output Open Drain - General-purpose output

VALUE18

25: Output Open Drain - Alternate output function 1

VALUE19

26: Output Open Drain - Alternate output function 2

VALUE20

27: Output Open Drain - Alternate output function 3

VALUE21

28: Output Open Drain - Alternate output function 4

VALUE22

29: Output Open Drain - Alternate output function 5

VALUE23

30: Output Open Drain - Alternate output function 6

VALUE24

31: Output Open Drain - Alternate output function 7

Trait Implementations

impl Clone for PC13_A[src]

impl Copy for PC13_A[src]

impl Debug for PC13_A[src]

impl From<PC13_A> for u8[src]

impl PartialEq<PC13_A> for PC13_A[src]

impl StructuralPartialEq for PC13_A[src]

Auto Trait Implementations

impl Send for PC13_A

impl Sync for PC13_A

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