Enum efm32gg11b820::wtimer3::dttime::DTPRESCR [] [src]

pub enum DTPRESCR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    DIV1024,
    _Reserved(u8),
}

Possible values of the field DTPRESC

Variants

The HFPERCLK is undivided

The HFPERCLK is divided by 2

The HFPERCLK is divided by 4

The HFPERCLK is divided by 8

The HFPERCLK is divided by 16

The HFPERCLK is divided by 32

The HFPERCLK is divided by 64

The HFPERCLK is divided by 128

The HFPERCLK is divided by 256

The HFPERCLK is divided by 512

The HFPERCLK is divided by 1024

Reserved

Methods

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

Trait Implementations

impl Clone for DTPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DTPRESCR
[src]

impl Debug for DTPRESCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DTPRESCR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.