Enum zinc_hal_lpc11xx::ioregs::IOCON_iocon_pio2_3_mode [] [src]

pub enum IOCON_iocon_pio2_3_mode {
    Inactive,
    PullDownEnabled,
    PullUpEnabled,
    RepeaterMode,
}

Variants

Inactive

Inactive (no pull-down/pull-up resistor enabled).

PullDownEnabled

Pull-down resistor enabled.

PullUpEnabled

Pull-up resistor enabled.

RepeaterMode

Repeater mode.

Trait Implementations

Derived Implementations

impl PartialEq for IOCON_iocon_pio2_3_mode

fn eq(&self, __arg_0: &IOCON_iocon_pio2_3_mode) -> bool

fn ne(&self, __arg_0: &IOCON_iocon_pio2_3_mode) -> bool