Enum efr32x12p::cmu::lfbpresc0::CSENR [] [src]

pub enum CSENR {
    DIV16,
    DIV32,
    DIV64,
    DIV128,
}

Possible values of the field CSEN

Variants

LFBCLKCSEN = LFBCLK/16

LFBCLKCSEN = LFBCLK/32

LFBCLKCSEN = LFBCLK/64

LFBCLKCSEN = LFBCLK/128

Methods

impl CSENR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIV16

[src]

Checks if the value of the field is DIV32

[src]

Checks if the value of the field is DIV64

[src]

Checks if the value of the field is DIV128

Trait Implementations

impl Clone for CSENR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CSENR
[src]

impl Debug for CSENR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CSENR
[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 !=.