nxp-pac

Crates

git

Versions

mimxrt1062

Flavors

Sai3ClkPodf

Enum Sai3ClkPodf 

Source
#[repr(u8)]
pub enum Sai3ClkPodf {
Show 64 variants DIVIDE_1 = 0, DIVIDE_2 = 1, DIVIDE_3 = 2, DIVIDE_4 = 3, DIVIDE_5 = 4, DIVIDE_6 = 5, DIVIDE_7 = 6, DIVIDE_8 = 7, DIVIDE_9 = 8, DIVIDE_10 = 9, DIVIDE_11 = 10, DIVIDE_12 = 11, DIVIDE_13 = 12, DIVIDE_14 = 13, DIVIDE_15 = 14, DIVIDE_16 = 15, DIVIDE_17 = 16, DIVIDE_18 = 17, DIVIDE_19 = 18, DIVIDE_20 = 19, DIVIDE_21 = 20, DIVIDE_22 = 21, DIVIDE_23 = 22, DIVIDE_24 = 23, DIVIDE_25 = 24, DIVIDE_26 = 25, DIVIDE_27 = 26, DIVIDE_28 = 27, DIVIDE_29 = 28, DIVIDE_30 = 29, DIVIDE_31 = 30, DIVIDE_32 = 31, DIVIDE_33 = 32, DIVIDE_34 = 33, DIVIDE_35 = 34, DIVIDE_36 = 35, DIVIDE_37 = 36, DIVIDE_38 = 37, DIVIDE_39 = 38, DIVIDE_40 = 39, DIVIDE_41 = 40, DIVIDE_42 = 41, DIVIDE_43 = 42, DIVIDE_44 = 43, DIVIDE_45 = 44, DIVIDE_46 = 45, DIVIDE_47 = 46, DIVIDE_48 = 47, DIVIDE_49 = 48, DIVIDE_50 = 49, DIVIDE_51 = 50, DIVIDE_52 = 51, DIVIDE_53 = 52, DIVIDE_54 = 53, DIVIDE_55 = 54, DIVIDE_56 = 55, DIVIDE_57 = 56, DIVIDE_58 = 57, DIVIDE_59 = 58, DIVIDE_60 = 59, DIVIDE_61 = 60, DIVIDE_62 = 61, DIVIDE_63 = 62, DIVIDE_64 = 63,
}

Variants§

§

DIVIDE_1 = 0

Divide by 1

§

DIVIDE_2 = 1

Divide by 2

§

DIVIDE_3 = 2

Divide by 3

§

DIVIDE_4 = 3

Divide by 4

§

DIVIDE_5 = 4

Divide by 5

§

DIVIDE_6 = 5

Divide by 6

§

DIVIDE_7 = 6

Divide by 7

§

DIVIDE_8 = 7

Divide by 8

§

DIVIDE_9 = 8

Divide by 9

§

DIVIDE_10 = 9

Divide by 10

§

DIVIDE_11 = 10

Divide by 11

§

DIVIDE_12 = 11

Divide by 12

§

DIVIDE_13 = 12

Divide by 13

§

DIVIDE_14 = 13

Divide by 14

§

DIVIDE_15 = 14

Divide by 15

§

DIVIDE_16 = 15

Divide by 16

§

DIVIDE_17 = 16

Divide by 17

§

DIVIDE_18 = 17

Divide by 18

§

DIVIDE_19 = 18

Divide by 19

§

DIVIDE_20 = 19

Divide by 20

§

DIVIDE_21 = 20

Divide by 21

§

DIVIDE_22 = 21

Divide by 22

§

DIVIDE_23 = 22

Divide by 23

§

DIVIDE_24 = 23

Divide by 24

§

DIVIDE_25 = 24

Divide by 25

§

DIVIDE_26 = 25

Divide by 26

§

DIVIDE_27 = 26

Divide by 27

§

DIVIDE_28 = 27

Divide by 28

§

DIVIDE_29 = 28

Divide by 29

§

DIVIDE_30 = 29

Divide by 30

§

DIVIDE_31 = 30

Divide by 31

§

DIVIDE_32 = 31

Divide by 32

§

DIVIDE_33 = 32

Divide by 33

§

DIVIDE_34 = 33

Divide by 34

§

DIVIDE_35 = 34

Divide by 35

§

DIVIDE_36 = 35

Divide by 36

§

DIVIDE_37 = 36

Divide by 37

§

DIVIDE_38 = 37

Divide by 38

§

DIVIDE_39 = 38

Divide by 39

§

DIVIDE_40 = 39

Divide by 40

§

DIVIDE_41 = 40

Divide by 41

§

DIVIDE_42 = 41

Divide by 42

§

DIVIDE_43 = 42

Divide by 43

§

DIVIDE_44 = 43

Divide by 44

§

DIVIDE_45 = 44

Divide by 45

§

DIVIDE_46 = 45

Divide by 46

§

DIVIDE_47 = 46

Divide by 47

§

DIVIDE_48 = 47

Divide by 48

§

DIVIDE_49 = 48

Divide by 49

§

DIVIDE_50 = 49

Divide by 50

§

DIVIDE_51 = 50

Divide by 51

§

DIVIDE_52 = 51

Divide by 52

§

DIVIDE_53 = 52

Divide by 53

§

DIVIDE_54 = 53

Divide by 54

§

DIVIDE_55 = 54

Divide by 55

§

DIVIDE_56 = 55

Divide by 56

§

DIVIDE_57 = 56

Divide by 57

§

DIVIDE_58 = 57

Divide by 58

§

DIVIDE_59 = 58

Divide by 59

§

DIVIDE_60 = 59

Divide by 60

§

DIVIDE_61 = 60

Divide by 61

§

DIVIDE_62 = 61

Divide by 62

§

DIVIDE_63 = 62

Divide by 63

§

DIVIDE_64 = 63

Divide by 64

Implementations§

Source§

impl Sai3ClkPodf

Source

pub const fn from_bits(val: u8) -> Sai3ClkPodf

Source

pub const fn to_bits(self) -> u8

Trait Implementations§

Source§

impl Clone for Sai3ClkPodf

Source§

fn clone(&self) -> Sai3ClkPodf

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Sai3ClkPodf

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<Sai3ClkPodf> for u8

Source§

fn from(val: Sai3ClkPodf) -> u8

Converts to this type from the input type.
Source§

impl From<u8> for Sai3ClkPodf

Source§

fn from(val: u8) -> Sai3ClkPodf

Converts to this type from the input type.
Source§

impl Ord for Sai3ClkPodf

Source§

fn cmp(&self, other: &Sai3ClkPodf) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for Sai3ClkPodf

Source§

fn eq(&self, other: &Sai3ClkPodf) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for Sai3ClkPodf

Source§

fn partial_cmp(&self, other: &Sai3ClkPodf) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for Sai3ClkPodf

Source§

impl Eq for Sai3ClkPodf

Source§

impl StructuralPartialEq for Sai3ClkPodf

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.