Enum efm32hg222f64::timer0::ctrl::CLKSELR [] [src]

pub enum CLKSELR {
    PRESCHFPERCLK,
    CC1,
    TIMEROUF,
    _Reserved(u8),
}

Possible values of the field CLKSEL

Variants

Prescaled HFPERCLK

Compare/Capture Channel 1 Input

Timer is clocked by underflow(down-count) or overflow(up-count) in the lower numbered neighbor Timer

Reserved

Methods

impl CLKSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PRESCHFPERCLK

[src]

Checks if the value of the field is CC1

[src]

Checks if the value of the field is TIMEROUF

Trait Implementations

impl Clone for CLKSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLKSELR
[src]

impl Debug for CLKSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CLKSELR
[src]

[src]

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

[src]

This method tests for !=.