Enum lpc13xx::iocon::reset_pio0_0::MODEW [] [src]

pub enum MODEW {
    INACTIVE_NO_PULL_DO,
    PULL_DOWN_RESISTOR_E,
    PULL_UP_RESISTOR_ENA,
    REPEATER_MODE,
}

Values that can be written to the field MODE

Variants

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

Pull-down resistor enabled

Pull-up resistor enabled

Repeater mode

Trait Implementations

Auto Trait Implementations

impl Send for MODEW

impl Sync for MODEW