[][src]Struct imxrt1062_hal::ccm::PLL1

pub struct PLL1(_);

Methods

impl PLL1[src]

pub const ARM_HZ: u32[src]

pub fn set_arm_clock(
    &mut self,
    hz: u32,
    handle: &mut Handle,
    dcdc: &mut DCDC
) -> (ArmFrequency, IPGFrequency)
[src]

Set the clock speed for the ARM core. This represents the base processor frequency. Consider using the 600MHz recommended frequency PLL1::ARM_HZ.

Auto Trait Implementations

impl Send for PLL1

impl Sync for PLL1

impl Unpin for PLL1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.