Enum efm32gg990::gpio::pb_modeh::MODE11W[][src]

pub enum MODE11W {
    DISABLED,
    INPUT,
    INPUTPULL,
    INPUTPULLFILTER,
    PUSHPULL,
    PUSHPULLDRIVE,
    WIREDOR,
    WIREDORPULLDOWN,
    WIREDAND,
    WIREDANDFILTER,
    WIREDANDPULLUP,
    WIREDANDPULLUPFILTER,
    WIREDANDDRIVE,
    WIREDANDDRIVEFILTER,
    WIREDANDDRIVEPULLUP,
    WIREDANDDRIVEPULLUPFILTER,
}

Values that can be written to the field MODE11

Variants

Input disabled. Pullup if DOUT is set.

Input enabled. Filter if DOUT is set

Input enabled. DOUT determines pull direction

Input enabled with filter. DOUT determines pull direction

Push-pull output

Push-pull output with drive-strength set by DRIVEMODE

Wired-or output

Wired-or output with pull-down

Open-drain output

Open-drain output with filter

Open-drain output with pullup

Open-drain output with filter and pullup

Open-drain output with drive-strength set by DRIVEMODE

Open-drain output with filter and drive-strength set by DRIVEMODE

Open-drain output with pullup and drive-strength set by DRIVEMODE

Open-drain output with filter, pullup and drive-strength set by DRIVEMODE

Auto Trait Implementations

impl Send for MODE11W

impl Sync for MODE11W