#[repr(u8)]
pub enum CLKLOC_A {
Show 32 variants LOC0, LOC1, LOC2, LOC3, LOC4, LOC5, LOC6, LOC7, LOC8, LOC9, LOC10, LOC11, LOC12, LOC13, LOC14, LOC15, LOC16, LOC17, LOC18, LOC19, LOC20, LOC21, LOC22, LOC23, LOC24, LOC25, LOC26, LOC27, LOC28, LOC29, LOC30, LOC31,
}
Expand description

I/O Location

Value on reset: 0

Variants§

§

LOC0

0: Location 0

§

LOC1

1: Location 1

§

LOC2

2: Location 2

§

LOC3

3: Location 3

§

LOC4

4: Location 4

§

LOC5

5: Location 5

§

LOC6

6: Location 6

§

LOC7

7: Location 7

§

LOC8

8: Location 8

§

LOC9

9: Location 9

§

LOC10

10: Location 10

§

LOC11

11: Location 11

§

LOC12

12: Location 12

§

LOC13

13: Location 13

§

LOC14

14: Location 14

§

LOC15

15: Location 15

§

LOC16

16: Location 16

§

LOC17

17: Location 17

§

LOC18

18: Location 18

§

LOC19

19: Location 19

§

LOC20

20: Location 20

§

LOC21

21: Location 21

§

LOC22

22: Location 22

§

LOC23

23: Location 23

§

LOC24

24: Location 24

§

LOC25

25: Location 25

§

LOC26

26: Location 26

§

LOC27

27: Location 27

§

LOC28

28: Location 28

§

LOC29

29: Location 29

§

LOC30

30: Location 30

§

LOC31

31: Location 31

Trait Implementations§

source§

impl Clone for CLKLOC_A

source§

fn clone(&self) -> CLKLOC_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CLKLOC_A

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<CLKLOC_A> for u8

source§

fn from(variant: CLKLOC_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq<CLKLOC_A> for CLKLOC_A

source§

fn eq(&self, other: &CLKLOC_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for CLKLOC_A

source§

impl Eq for CLKLOC_A

source§

impl StructuralEq for CLKLOC_A

source§

impl StructuralPartialEq for CLKLOC_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.