[][src]Enum imxrt_hal::ccm::i2c::PrescalarSelect

#[repr(u32)]pub enum PrescalarSelect {
    DIVIDE_1,
    DIVIDE_2,
    DIVIDE_3,
    DIVIDE_4,
    DIVIDE_5,
    DIVIDE_6,
    DIVIDE_7,
    DIVIDE_8,
    DIVIDE_9,
    DIVIDE_10,
    DIVIDE_11,
    DIVIDE_12,
    DIVIDE_13,
    DIVIDE_14,
    DIVIDE_15,
    DIVIDE_16,
    DIVIDE_17,
    DIVIDE_18,
    DIVIDE_19,
    DIVIDE_20,
    DIVIDE_21,
    DIVIDE_22,
    DIVIDE_23,
    DIVIDE_24,
    DIVIDE_25,
    DIVIDE_26,
    DIVIDE_27,
    DIVIDE_28,
    DIVIDE_29,
    DIVIDE_30,
    DIVIDE_31,
    DIVIDE_32,
    DIVIDE_33,
    DIVIDE_34,
    DIVIDE_35,
    DIVIDE_36,
    DIVIDE_37,
    DIVIDE_38,
    DIVIDE_39,
    DIVIDE_40,
    DIVIDE_41,
    DIVIDE_42,
    DIVIDE_43,
    DIVIDE_44,
    DIVIDE_45,
    DIVIDE_46,
    DIVIDE_47,
    DIVIDE_48,
    DIVIDE_49,
    DIVIDE_50,
    DIVIDE_51,
    DIVIDE_52,
    DIVIDE_53,
    DIVIDE_54,
    DIVIDE_55,
    DIVIDE_56,
    DIVIDE_57,
    DIVIDE_58,
    DIVIDE_59,
    DIVIDE_60,
    DIVIDE_61,
    DIVIDE_62,
    DIVIDE_63,
    DIVIDE_64,
}

Prescalar selection for all I2C input clocks

Variants

DIVIDE_1
DIVIDE_2
DIVIDE_3
DIVIDE_4
DIVIDE_5
DIVIDE_6
DIVIDE_7
DIVIDE_8
DIVIDE_9
DIVIDE_10
DIVIDE_11
DIVIDE_12
DIVIDE_13
DIVIDE_14
DIVIDE_15
DIVIDE_16
DIVIDE_17
DIVIDE_18
DIVIDE_19
DIVIDE_20
DIVIDE_21
DIVIDE_22
DIVIDE_23
DIVIDE_24
DIVIDE_25
DIVIDE_26
DIVIDE_27
DIVIDE_28
DIVIDE_29
DIVIDE_30
DIVIDE_31
DIVIDE_32
DIVIDE_33
DIVIDE_34
DIVIDE_35
DIVIDE_36
DIVIDE_37
DIVIDE_38
DIVIDE_39
DIVIDE_40
DIVIDE_41
DIVIDE_42
DIVIDE_43
DIVIDE_44
DIVIDE_45
DIVIDE_46
DIVIDE_47
DIVIDE_48
DIVIDE_49
DIVIDE_50
DIVIDE_51
DIVIDE_52
DIVIDE_53
DIVIDE_54
DIVIDE_55
DIVIDE_56
DIVIDE_57
DIVIDE_58
DIVIDE_59
DIVIDE_60
DIVIDE_61
DIVIDE_62
DIVIDE_63
DIVIDE_64

Trait Implementations

impl Clone for PrescalarSelect[src]

impl Copy for PrescalarSelect[src]

impl Debug for PrescalarSelect[src]

impl Eq for PrescalarSelect[src]

impl From<PrescalarSelect> for Divider[src]

impl PartialEq<PrescalarSelect> for PrescalarSelect[src]

impl StructuralEq for PrescalarSelect[src]

impl StructuralPartialEq for PrescalarSelect[src]

Auto Trait Implementations

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.