[][src]Enum k22f::sim::sdid::PINID_A

#[repr(u8)]pub enum PINID_A {
    _0010,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1110,
}

Pincount identification

Value on reset: 0

Variants

_0010

2: 32-pin

_0100

4: 48-pin

_0101

5: 64-pin

_0110

6: 80-pin

_0111

7: 81-pin or 121-pin

_1000

8: 100-pin

_1001

9: 121-pin

_1010

10: 144-pin

_1011

11: Custom pinout (WLCSP)

_1110

14: 256-pin

Trait Implementations

impl Clone for PINID_A[src]

impl Copy for PINID_A[src]

impl Debug for PINID_A[src]

impl From<PINID_A> for u8[src]

impl PartialEq<PINID_A> for PINID_A[src]

impl StructuralPartialEq for PINID_A[src]

Auto Trait Implementations

impl Send for PINID_A

impl Sync for PINID_A

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