Enum efr32xg12p::usart1::timecmp0::TSTARTW [] [src]

pub enum TSTARTW {
    DISABLE,
    TXEOF,
    TXC,
    RXACT,
    RXEOF,
}

Values that can be written to the field TSTART

Variants

Comparator 0 is disabled

Comparator 0 and timer are started at TX end of frame

Comparator 0 and timer are started at TX Complete

Comparator 0 and timer are started at RX going Active (default: low)

Comparator 0 and timer are started at RX end of frame