#[repr(C)]
pub enum system_clock_type {
    SYSTEM_CLOCK_ROOT_CLOCK,
    SYSTEM_CLOCK_FCLK,
    SYSTEM_CLOCK_BCLK,
    SYSTEM_CLOCK_XCLK,
    SYSTEM_CLOCK_32K_CLK,
    SYSTEM_CLOCK_AUPLL,
}

Variants

SYSTEM_CLOCK_ROOT_CLOCK

clock source before fclk_div

SYSTEM_CLOCK_FCLK

clock source after fclk_div

SYSTEM_CLOCK_BCLK

clock source after bclk_div

SYSTEM_CLOCK_XCLK

xtal clock

SYSTEM_CLOCK_32K_CLK

32K clock

SYSTEM_CLOCK_AUPLL

audio PLL clock

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.