Enum efm32gg990::lesense::altexconf::IDLECONF0W[][src]

pub enum IDLECONF0W {
    DISABLE,
    HIGH,
    LOW,
}

Values that can be written to the field IDLECONF0

Variants

ALTEX0 output is disabled in idle phase

ALTEX0 output is high in idle phase

ALTEX0 output is low in idle phase

Auto Trait Implementations

impl Send for IDLECONF0W

impl Sync for IDLECONF0W