Enum efr32xg12p::cmu::lfrcoctrl::TIMEOUTR [] [src]

pub enum TIMEOUTR {
    _2CYCLES,
    _16CYCLES,
    _32CYCLES,
    _Reserved(u8),
}

Possible values of the field TIMEOUT

Variants

Timeout period of 2 cycles

Timeout period of 16 cycles

Timeout period of 32 cycles

Reserved

Methods

impl TIMEOUTR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _2CYCLES

[src]

Checks if the value of the field is _16CYCLES

[src]

Checks if the value of the field is _32CYCLES

Trait Implementations

impl Clone for TIMEOUTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TIMEOUTR
[src]

impl Debug for TIMEOUTR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TIMEOUTR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.