Enum lpc43xx::cgu::freq_mon::CLK_SELR [] [src]

pub enum CLK_SELR {
    _32_KHZ_OSCILLATOR_D,
    IRC,
    ENET_RX_CLK,
    ENET_TX_CLK,
    GP_CLKIN,
    CRYSTAL_OSCILLATOR,
    PLL0USB,
    PLL0AUDIO,
    PLL1,
    IDIVA,
    IDIVB,
    IDIVC,
    IDIVD,
    IDIVE,
    _Reserved(u8),
}

Possible values of the field CLK_SEL

Variants

32 kHz oscillator (default)

IRC

ENET_RX_CLK

ENET_TX_CLK

GP_CLKIN

Crystal oscillator

PLL0USB

PLL0AUDIO

PLL1

IDIVA

IDIVB

IDIVC

IDIVD

IDIVE

Reserved

Methods

impl CLK_SELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _32_KHZ_OSCILLATOR_D

[src]

Checks if the value of the field is IRC

[src]

Checks if the value of the field is ENET_RX_CLK

[src]

Checks if the value of the field is ENET_TX_CLK

[src]

Checks if the value of the field is GP_CLKIN

[src]

Checks if the value of the field is CRYSTAL_OSCILLATOR

[src]

Checks if the value of the field is PLL0USB

[src]

Checks if the value of the field is PLL0AUDIO

[src]

Checks if the value of the field is PLL1

[src]

Checks if the value of the field is IDIVA

[src]

Checks if the value of the field is IDIVB

[src]

Checks if the value of the field is IDIVC

[src]

Checks if the value of the field is IDIVD

[src]

Checks if the value of the field is IDIVE

Trait Implementations

impl Clone for CLK_SELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLK_SELR
[src]

impl Debug for CLK_SELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CLK_SELR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for CLK_SELR

impl Sync for CLK_SELR