nxp-pac

Crates

git

Versions

mimxrt1064

Flavors

UartClkPodf

Enum UartClkPodf 

Source
#[repr(u8)]
pub enum UartClkPodf {
Show 64 variants Divide1 = 0, Divide2 = 1, Divide3 = 2, Divide4 = 3, Divide5 = 4, Divide6 = 5, Divide7 = 6, Divide8 = 7, Divide9 = 8, Divide10 = 9, Divide11 = 10, Divide12 = 11, Divide13 = 12, Divide14 = 13, Divide15 = 14, Divide16 = 15, Divide17 = 16, Divide18 = 17, Divide19 = 18, Divide20 = 19, Divide21 = 20, Divide22 = 21, Divide23 = 22, Divide24 = 23, Divide25 = 24, Divide26 = 25, Divide27 = 26, Divide28 = 27, Divide29 = 28, Divide30 = 29, Divide31 = 30, Divide32 = 31, Divide33 = 32, Divide34 = 33, Divide35 = 34, Divide36 = 35, Divide37 = 36, Divide38 = 37, Divide39 = 38, Divide40 = 39, Divide41 = 40, Divide42 = 41, Divide43 = 42, Divide44 = 43, Divide45 = 44, Divide46 = 45, Divide47 = 46, Divide48 = 47, Divide49 = 48, Divide50 = 49, Divide51 = 50, Divide52 = 51, Divide53 = 52, Divide54 = 53, Divide55 = 54, Divide56 = 55, Divide57 = 56, Divide58 = 57, Divide59 = 58, Divide60 = 59, Divide61 = 60, Divide62 = 61, Divide63 = 62, Divide64 = 63,
}

Variants§

§

Divide1 = 0

Divide by 1.

§

Divide2 = 1

Divide by 2.

§

Divide3 = 2

Divide by 3.

§

Divide4 = 3

Divide by 4.

§

Divide5 = 4

Divide by 5.

§

Divide6 = 5

Divide by 6.

§

Divide7 = 6

Divide by 7.

§

Divide8 = 7

Divide by 8.

§

Divide9 = 8

Divide by 9.

§

Divide10 = 9

Divide by 10.

§

Divide11 = 10

Divide by 11.

§

Divide12 = 11

Divide by 12.

§

Divide13 = 12

Divide by 13.

§

Divide14 = 13

Divide by 14.

§

Divide15 = 14

Divide by 15.

§

Divide16 = 15

Divide by 16.

§

Divide17 = 16

Divide by 17.

§

Divide18 = 17

Divide by 18.

§

Divide19 = 18

Divide by 19.

§

Divide20 = 19

Divide by 20.

§

Divide21 = 20

Divide by 21.

§

Divide22 = 21

Divide by 22.

§

Divide23 = 22

Divide by 23.

§

Divide24 = 23

Divide by 24.

§

Divide25 = 24

Divide by 25.

§

Divide26 = 25

Divide by 26.

§

Divide27 = 26

Divide by 27.

§

Divide28 = 27

Divide by 28.

§

Divide29 = 28

Divide by 29.

§

Divide30 = 29

Divide by 30.

§

Divide31 = 30

Divide by 31.

§

Divide32 = 31

Divide by 32.

§

Divide33 = 32

Divide by 33.

§

Divide34 = 33

Divide by 34.

§

Divide35 = 34

Divide by 35.

§

Divide36 = 35

Divide by 36.

§

Divide37 = 36

Divide by 37.

§

Divide38 = 37

Divide by 38.

§

Divide39 = 38

Divide by 39.

§

Divide40 = 39

Divide by 40.

§

Divide41 = 40

Divide by 41.

§

Divide42 = 41

Divide by 42.

§

Divide43 = 42

Divide by 43.

§

Divide44 = 43

Divide by 44.

§

Divide45 = 44

Divide by 45.

§

Divide46 = 45

Divide by 46.

§

Divide47 = 46

Divide by 47.

§

Divide48 = 47

Divide by 48.

§

Divide49 = 48

Divide by 49.

§

Divide50 = 49

Divide by 50.

§

Divide51 = 50

Divide by 51.

§

Divide52 = 51

Divide by 52.

§

Divide53 = 52

Divide by 53.

§

Divide54 = 53

Divide by 54.

§

Divide55 = 54

Divide by 55.

§

Divide56 = 55

Divide by 56.

§

Divide57 = 56

Divide by 57.

§

Divide58 = 57

Divide by 58.

§

Divide59 = 58

Divide by 59.

§

Divide60 = 59

Divide by 60.

§

Divide61 = 60

Divide by 61.

§

Divide62 = 61

Divide by 62.

§

Divide63 = 62

Divide by 63.

§

Divide64 = 63

Divide by 64.

Implementations§

Source§

impl UartClkPodf

Source

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

Source

pub const fn to_bits(self) -> u8

Trait Implementations§

Source§

impl Clone for UartClkPodf

Source§

fn clone(&self) -> UartClkPodf

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 UartClkPodf

Source§

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

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

impl From<UartClkPodf> for u8

Source§

fn from(val: UartClkPodf) -> u8

Converts to this type from the input type.
Source§

impl From<u8> for UartClkPodf

Source§

fn from(val: u8) -> UartClkPodf

Converts to this type from the input type.
Source§

impl Ord for UartClkPodf

Source§

fn cmp(&self, other: &UartClkPodf) -> 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 UartClkPodf

Source§

fn eq(&self, other: &UartClkPodf) -> 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 UartClkPodf

Source§

fn partial_cmp(&self, other: &UartClkPodf) -> 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 UartClkPodf

Source§

impl Eq for UartClkPodf

Source§

impl StructuralPartialEq for UartClkPodf

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.