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

pub enum CLKSELR {
    DIVIDED_IRC_CLOCK_T,
    LOW_POWER_CLOCK_THI,
}

Possible values of the field CLKSEL

Variants

Divided IRC clock. This clock runs at 750 kHz and provides time-out periods of up to approximately 95 minutes in 1.33 us increments. This clock is not available in most low-power modes and must not be selected if the timer is to be used to wake up from one of these modes.

Low power clock. This is the (nominally) 10 kHz clock and provides time-out periods of up to approximately 119 hours in 100 CTS can be from the input pin, or fs increments. The accuracy of this clock is limited to +/- 45 % over temperature and processing. This clock is available in all power modes. Prior to use, the low-power oscillator must be enabled. The oscillator must also be set to remain active in Deep power-down if needed.

Methods

impl CLKSELR
[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 DIVIDED_IRC_CLOCK_T

[src]

Checks if the value of the field is LOW_POWER_CLOCK_THI

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

1.0.0
[src]

This method tests for !=.