[][src]Enum mk66f18::usbphy::usb1_vbus_detect_clr::VBUSVALID_THRESH_A

pub enum VBUSVALID_THRESH_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Sets the threshold for the VBUSVALID comparator

Value on reset: 4

Variants

_000

0: 4.0 V

_001

1: 4.1 V

_010

2: 4.2 V

_011

3: 4.3 V

_100

4: 4.4 V (Default)

_101

5: 4.5 V

_110

6: 4.6 V

_111

7: 4.7 V

Trait Implementations

impl Debug for VBUSVALID_THRESH_A[src]

impl PartialEq<VBUSVALID_THRESH_A> for VBUSVALID_THRESH_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for VBUSVALID_THRESH_A[src]

impl From<VBUSVALID_THRESH_A> for u8[src]

impl Clone for VBUSVALID_THRESH_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self