[−][src]Enum lpc55_pac::usbphy::usb1_vbus_detect_set::VBUSVALID_TO_SESSVALID_A   
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
0: Use the VBUS_VALID comparator for VBUS_VALID results
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 From<VBUSVALID_TO_SESSVALID_A> for bool[src][+]
impl PartialEq<VBUSVALID_TO_SESSVALID_A> for VBUSVALID_TO_SESSVALID_A[src][+]
impl StructuralPartialEq for VBUSVALID_TO_SESSVALID_A[src]
Auto Trait Implementations
impl Send for VBUSVALID_TO_SESSVALID_A
impl Sync for VBUSVALID_TO_SESSVALID_A
impl Unpin for VBUSVALID_TO_SESSVALID_A
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
    U: From<T>, [src][+]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src][+]
U: TryFrom<T>,