[][src]Enum lpc54606_pac::iocon::pio013::I2CDRIVE_A

pub enum I2CDRIVE_A {
    LOW,
    HIGH,
}

Controls the current sink capability of the pin.

Value on reset: 0

Variants

LOW

0: Low drive. Output drive sink is 4 mA. This is sufficient for standard and fast mode I2C.

HIGH

1: High drive. Output drive sink is 20 mA. This is needed for Fast Mode Plus I 2C. Refer to the appropriate specific device data sheet for details.

Trait Implementations

impl Clone for I2CDRIVE_A[src]

impl Copy for I2CDRIVE_A[src]

impl Debug for I2CDRIVE_A[src]

impl From<I2CDRIVE_A> for bool[src]

impl PartialEq<I2CDRIVE_A> for I2CDRIVE_A[src]

impl StructuralPartialEq for I2CDRIVE_A[src]

Auto Trait Implementations

impl Send for I2CDRIVE_A

impl Sync for I2CDRIVE_A

impl Unpin for I2CDRIVE_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> Same<T> for T

type Output = T

Should always be Self

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.