[][src]Enum imxrt1062_usb_analog::usb1_chrg_detect_set::CHK_CONTACT_A

pub enum CHK_CONTACT_A {
    NO_CHECK,
    CHECK,
}

Check the contact of USB plug

Value on reset: 0

Variants

NO_CHECK

0: Do not check the contact of USB plug.

CHECK

1: Check whether the USB plug has been in contact with each other

Trait Implementations

impl Clone for CHK_CONTACT_A[src]

impl Copy for CHK_CONTACT_A[src]

impl Debug for CHK_CONTACT_A[src]

impl From<CHK_CONTACT_A> for bool[src]

impl PartialEq<CHK_CONTACT_A> for CHK_CONTACT_A[src]

impl StructuralPartialEq for CHK_CONTACT_A[src]

Auto Trait Implementations

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, 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.