Enum efm32gg11b820::wtimer3::cc3_ctrl::ICEVCTRLW [] [src]

pub enum ICEVCTRLW {
    EVERYEDGE,
    EVERYSECONDEDGE,
    RISING,
    FALLING,
}

Values that can be written to the field ICEVCTRL

Variants

PRS output pulse and interrupt flag set on every capture

PRS output pulse and interrupt flag set on every second capture

PRS output pulse and interrupt flag set on rising edge only (if ICEDGE = BOTH)

PRS output pulse and interrupt flag set on falling edge only (if ICEDGE = BOTH)