Enum efm32gg990::timer0::ctrl::PRESCR[][src]

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

Possible values of the field PRESC

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

Value of the field as raw bits

Checks if the value of the field is DIV1

Checks if the value of the field is DIV2

Checks if the value of the field is DIV4

Checks if the value of the field is DIV8

Checks if the value of the field is DIV16

Checks if the value of the field is DIV32

Checks if the value of the field is DIV64

Checks if the value of the field is DIV128

Checks if the value of the field is DIV256

Checks if the value of the field is DIV512

Checks if the value of the field is DIV1024

Trait Implementations

impl Clone for PRESCR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PRESCR
[src]

impl Debug for PRESCR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PRESCR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for PRESCR

impl Sync for PRESCR