Enum efm32gg990::lesense::ch9_interact::EXMODEW[][src]

pub enum EXMODEW {
    DISABLE,
    HIGH,
    LOW,
    DACOUT,
}

Values that can be written to the field EXMODE

Variants

Disabled

Push Pull, GPIO is driven high

Push Pull, GPIO is driven low

DAC output

Auto Trait Implementations

impl Send for EXMODEW

impl Sync for EXMODEW