[][src]Enum k210_pac::dvp::sccb_cfg::BYTE_NUM_A

pub enum BYTE_NUM_A {
    NUM2,
    NUM3,
    NUM4,
}

BYTE_NUM

Value on reset: 0

Variants

NUM2

1: BYTE_NUM_2

NUM3

2: BYTE_NUM_3

NUM4

3: BYTE_NUM_4

Trait Implementations

impl From<BYTE_NUM_A> for u8[src]

impl PartialEq<BYTE_NUM_A> for BYTE_NUM_A[src]

impl Debug for BYTE_NUM_A[src]

impl Copy for BYTE_NUM_A[src]

impl Clone for BYTE_NUM_A[src]

Auto Trait Implementations

impl Unpin for BYTE_NUM_A

impl Send for BYTE_NUM_A

impl Sync for BYTE_NUM_A

Blanket Implementations

impl<T> From<T> for T[src]

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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]