Enum efr32xg12p::rtcc::ctrl::CNTPRESCR [] [src]

pub enum CNTPRESCR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    DIV1024,
    DIV2048,
    DIV4096,
    DIV8192,
    DIV16384,
    DIV32768,
}

Possible values of the field CNTPRESC

Variants

CLKCNT = LFECLKRTCC/1

CLKCNT = LFECLKRTCC/2

CLKCNT = LFECLKRTCC/4

CLKCNT = LFECLKRTCC/8

CLKCNT = LFECLKRTCC/16

CLKCNT = LFECLKRTCC/32

CLKCNT = LFECLKRTCC/64

CLKCNT = LFECLKRTCC/128

CLKCNT = LFECLKRTCC/256

CLKCNT = LFECLKRTCC/512

CLKCNT = LFECLKRTCC/1024

CLKCNT = LFECLKRTCC/2048

CLKCNT = LFECLKRTCC/4096

CLKCNT = LFECLKRTCC/8192

CLKCNT = LFECLKRTCC/16384

CLKCNT = LFECLKRTCC/32768

Methods

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

[src]

Checks if the value of the field is DIV256

[src]

Checks if the value of the field is DIV512

[src]

Checks if the value of the field is DIV1024

[src]

Checks if the value of the field is DIV2048

[src]

Checks if the value of the field is DIV4096

[src]

Checks if the value of the field is DIV8192

[src]

Checks if the value of the field is DIV16384

[src]

Checks if the value of the field is DIV32768

Trait Implementations

impl Clone for CNTPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CNTPRESCR
[src]

impl Debug for CNTPRESCR
[src]

[src]

Formats the value using the given formatter.

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