[][src]Struct imxrt1062_hal::ccm::Divider

pub struct Divider(_);

An opaque value representing a clock phase divider

Trait Implementations

impl Clone for Divider[src]

impl Copy for Divider[src]

impl Debug for Divider[src]

impl Default for Divider[src]

impl Div<Divider> for Ticks<u32>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<Divider> for Frequency[src]

type Output = Frequency

The resulting type after applying the / operator.

impl DivAssign<Divider> for Frequency[src]

impl From<Divider> for PRESCALE_A[src]

impl From<LPI2C_CLK_PODF_A> for Divider[src]

impl From<LPSPI_PODF_A> for Divider[src]

impl From<PERCLK_PODF_A> for Divider[src]

impl From<PRESCALE_A> for Divider[src]

impl From<PRSC_A> for Divider[src]

impl From<UART_CLK_PODF_A> for Divider[src]

Auto Trait Implementations

impl Send for Divider

impl Sync for Divider

impl Unpin for Divider

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.