Enum lpc82x::wkt::ctrl::SEL_EXTCLKR [] [src]

pub enum SEL_EXTCLKR {
    INTERNAL,
    EXTERNAL,
}

Possible values of the field SEL_EXTCLK

Variants

Internal. The clock source is the internal clock selected by the CLKSEL bit.

External. The self-wake-up timer uses the external WKTCLKIN pin.

Methods

impl SEL_EXTCLKR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INTERNAL

[src]

Checks if the value of the field is EXTERNAL

Trait Implementations

impl Clone for SEL_EXTCLKR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SEL_EXTCLKR
[src]

impl Debug for SEL_EXTCLKR
[src]

[src]

Formats the value using the given formatter.

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