Enum lpc55_pac::iocon::pio0_14::ECS_A[][src]

pub enum ECS_A {
    DISABLED,
    ENABLED,
}

Pull-up current source enable in I2C mode.

Value on reset: 0

Variants

DISABLED

0: Disabled. IO is in open drain cell.

ENABLED

1: Enabled. Pull resistor is conencted.

Trait Implementations

impl Clone for ECS_A[src]

impl Copy for ECS_A[src]

impl Debug for ECS_A[src]

impl PartialEq<ECS_A> for ECS_A[src]

impl StructuralPartialEq for ECS_A[src]

Auto Trait Implementations

impl Send for ECS_A

impl Sync for ECS_A

impl Unpin for ECS_A

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.