Enum lpc55_pac::usbphy::usb1_vbus_detect::VBUSVALID_TO_SESSVALID_A[][src]

pub enum VBUSVALID_TO_SESSVALID_A {
    VALUE0,
    VALUE1,
}

Selects the comparator used for VBUS_VALID This bit field controls the comparator used to report the VBUS_VALID results in USB1_VBUS_DETECT[3] between the VBUS_VALID comparator and the Session Valid comparator

Value on reset: 0

Variants

VALUE0

0: Use the VBUS_VALID comparator for VBUS_VALID results

VALUE1

1: Use the Session End comparator for VBUS_VALID results. The Session End threshold is >0.8V and <4.0V.

Trait Implementations

impl Clone for VBUSVALID_TO_SESSVALID_A[src]

impl Copy for VBUSVALID_TO_SESSVALID_A[src]

impl Debug for VBUSVALID_TO_SESSVALID_A[src]

impl PartialEq<VBUSVALID_TO_SESSVALID_A> for VBUSVALID_TO_SESSVALID_A[src]

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