[][src]Enum imxrt1062_usbnc1::usb_otg1_ctrl::OVER_CUR_POL_A

pub enum OVER_CUR_POL_A {
    OVER_CUR_POL_0,
    OVER_CUR_POL_1,
}

OTG1 Polarity of Overcurrent The polarity of OTG1 port overcurrent event

Value on reset: 0

Variants

OVER_CUR_POL_0

0: High active (high on this signal represents an overcurrent condition)

OVER_CUR_POL_1

1: Low active (low on this signal represents an overcurrent condition)

Trait Implementations

impl Clone for OVER_CUR_POL_A[src]

impl Copy for OVER_CUR_POL_A[src]

impl Debug for OVER_CUR_POL_A[src]

impl From<OVER_CUR_POL_A> for bool[src]

impl PartialEq<OVER_CUR_POL_A> for OVER_CUR_POL_A[src]

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