Enum efr32x12p::lesense::timctrl::PCPRESCR [] [src]

pub enum PCPRESCR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
}

Possible values of the field PCPRESC

Variants

The period counter clock frequency is LFACLKLESENSE/1

The period counter clock frequency is LFACLKLESENSE/2

The period counter clock frequency is LFACLKLESENSE/4

The period counter clock frequency is LFACLKLESENSE/8

The period counter clock frequency is LFACLKLESENSE/16

The period counter clock frequency is LFACLKLESENSE/32

The period counter clock frequency is LFACLKLESENSE/64

The period counter clock frequency is LFACLKLESENSE/128

Methods

impl PCPRESCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIV1

[src]

Checks if the value of the field is DIV2

[src]

Checks if the value of the field is DIV4

[src]

Checks if the value of the field is DIV8

[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 PCPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PCPRESCR
[src]

impl Debug for PCPRESCR
[src]

[src]

Formats the value using the given formatter.

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