[][src]Enum mk66f18::usbphy::anactrl_tog::DEV_PULLDOWN_A

pub enum DEV_PULLDOWN_A {
    _0,
    _1,
}

Setting this field to 1'b1 will enable the 15kohm pulldown resistors on both USB_DP and USB_DM pins

Value on reset: 1

Variants

_0

0: The 15kohm nominal pulldowns on the USB_DP and USB_DM pinsare disabled in device mode.

_1

1: The 15kohm nominal pulldowns on the USB_DP and USB_DM pinsare enabled in device mode.

Trait Implementations

impl Debug for DEV_PULLDOWN_A[src]

impl PartialEq<DEV_PULLDOWN_A> for DEV_PULLDOWN_A[src]

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

This method tests for !=.

impl Copy for DEV_PULLDOWN_A[src]

impl From<DEV_PULLDOWN_A> for bool[src]

impl Clone for DEV_PULLDOWN_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