Enum efr32xg12p::lesense::timctrl::AUXPRESCR [] [src]

pub enum AUXPRESCR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
}

Possible values of the field AUXPRESC

Variants

High frequency timer is clocked with AUXHFRCO/1

High frequency timer is clocked with AUXHFRCO/2

High frequency timer is clocked with AUXHFRCO/4

High frequency timer is clocked with AUXHFRCO/8

Methods

impl AUXPRESCR
[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

Trait Implementations

impl Clone for AUXPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AUXPRESCR
[src]

impl Debug for AUXPRESCR
[src]

[src]

Formats the value using the given formatter.

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