Enum efm32gg11b820::timer0::cc2_ctrl::ICEDGEW [] [src]

pub enum ICEDGEW {
    RISING,
    FALLING,
    BOTH,
    NONE,
}

Values that can be written to the field ICEDGE

Variants

Rising edges detected

Falling edges detected

Both edges detected

No edge detection, signal is left as it is

Trait Implementations

Auto Trait Implementations

impl Send for ICEDGEW

impl Sync for ICEDGEW