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

pub enum STEADYTIMEOUTR {
    _2CYCLES,
    _4CYCLES,
    _16CYCLES,
    _32CYCLES,
    _256CYCLES,
    _1KCYCLES,
    _2KCYCLES,
    _4KCYCLES,
    _8KCYCLES,
    _16KCYCLES,
    _32KCYCLES,
    _Reserved(u8),
}

Possible values of the field STEADYTIMEOUT

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

Reserved

Methods

impl STEADYTIMEOUTR
[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 _4CYCLES

[src]

Checks if the value of the field is _16CYCLES

[src]

Checks if the value of the field is _32CYCLES

[src]

Checks if the value of the field is _256CYCLES

[src]

Checks if the value of the field is _1KCYCLES

[src]

Checks if the value of the field is _2KCYCLES

[src]

Checks if the value of the field is _4KCYCLES

[src]

Checks if the value of the field is _8KCYCLES

[src]

Checks if the value of the field is _16KCYCLES

[src]

Checks if the value of the field is _32KCYCLES

Trait Implementations

impl Clone for STEADYTIMEOUTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for STEADYTIMEOUTR
[src]

impl Debug for STEADYTIMEOUTR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for STEADYTIMEOUTR
[src]

[src]

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

[src]

This method tests for !=.