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

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

Possible values of the field LFPRESC

Variants

Low frequency timer is clocked with LFACLKLESENSE/1

Low frequency timer is clocked with LFACLKLESENSE/2

Low frequency timer is clocked with LFACLKLESENSE/4

Low frequency timer is clocked with LFACLKLESENSE/8

Low frequency timer is clocked with LFACLKLESENSE/16

Low frequency timer is clocked with LFACLKLESENSE/32

Low frequency timer is clocked with LFACLKLESENSE/64

Low frequency timer is clocked with LFACLKLESENSE/128

Methods

impl LFPRESCR
[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 LFPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LFPRESCR
[src]

impl Debug for LFPRESCR
[src]

[src]

Formats the value using the given formatter.

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