[][src]Enum imxrt1062_usb_analog::usb2_chrg_detect_clr::CHK_CHRG_B_A

pub enum CHK_CHRG_B_A {
    CHECK,
    NO_CHECK,
}

Check the charger connection

Value on reset: 0

Variants

CHECK

0: Check whether a charger (either a dedicated charger or a host charger) is connected to USB port.

NO_CHECK

1: Do not check whether a charger is connected to the USB port.

Trait Implementations

impl Clone for CHK_CHRG_B_A[src]

impl Copy for CHK_CHRG_B_A[src]

impl Debug for CHK_CHRG_B_A[src]

impl From<CHK_CHRG_B_A> for bool[src]

impl PartialEq<CHK_CHRG_B_A> for CHK_CHRG_B_A[src]

impl StructuralPartialEq for CHK_CHRG_B_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.