Enum efr32x12p::cmu::hfpresc::HFCLKLEPRESCR [] [src]

pub enum HFCLKLEPRESCR {
    DIV2,
    DIV4,
}

Possible values of the field HFCLKLEPRESC

Variants

HFCLKLE is HFBUSCLKLE divided by 2.

HFCLKLE is HFBUSCLKLE divided by 4.

Methods

impl HFCLKLEPRESCR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIV2

[src]

Checks if the value of the field is DIV4

Trait Implementations

impl Clone for HFCLKLEPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HFCLKLEPRESCR
[src]

impl Debug for HFCLKLEPRESCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for HFCLKLEPRESCR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.