Enum efr32x12p::cmu::hfxotimeoutctrl::PEAKDETTIMEOUTW [] [src]

pub enum PEAKDETTIMEOUTW {
    _2CYCLES,
    _4CYCLES,
    _16CYCLES,
    _32CYCLES,
    _256CYCLES,
    _1KCYCLES,
    _2KCYCLES,
    _4KCYCLES,
    _8KCYCLES,
    _16KCYCLES,
    _32KCYCLES,
}

Values that can be written to the field PEAKDETTIMEOUT

Variants

Timeout period of 2 cycles

Timeout period of 4 cycles

Timeout period of 16 cycles

Timeout period of 32 cycles

Timeout period of 256 cycles

Timeout period of 1024 cycles

Timeout period of 2048 cycles

Timeout period of 4096 cycles

Timeout period of 8192 cycles

Timeout period of 16384 cycles

Timeout period of 32768 cycles