nxp-pac

Crates

git

Versions

mimxrt685s_cm33

Flavors

DspIntSel

Enum DspIntSel 

Source
#[repr(u8)]
pub enum DspIntSel {
Show 64 variants FLEXCOMM0 = 0, FLEXCOMM1 = 1, FLEXCOMM2 = 2, FLEXCOMM3 = 3, FLEXCOMM4 = 4, FLEXCOMM5 = 5, FLEXCOMM6 = 6, FLEXCOMM7 = 7, GPIO_INT0_IRQ0 = 8, GPIO_INT0_IRQ1 = 9, GPIO_INT0_IRQ2 = 10, GPIO_INT0_IRQ3 = 11, GPIO_INT0_IRQ4 = 12, GPIO_INT0_IRQ5 = 13, GPIO_INT0_IRQ6 = 14, GPIO_INT0_IRQ7 = 15, NSHSGPIO_INT0 = 16, NSHSGPIO_INT1 = 17, WDT1 = 18, DMAC0 = 19, DMAC1 = 20, MU = 21, UTICK0 = 22, MRT0 = 23, OS_EVENT_TIMER_OR_OS_EVENT_WAKEUP = 24, CT32BIT0 = 25, CT32BIT1 = 26, CT32BIT2 = 27, CT32BIT3 = 28, CT32BIT4 = 29, RTC_LITE0_ALARM_OR_RTC_LITE0_WAKEUP = 30, I3C0 = 31, DMIC0 = 32, HWVAD0 = 33, FLEXSPI = 34, _RESERVED_23 = 35, _RESERVED_24 = 36, _RESERVED_25 = 37, _RESERVED_26 = 38, _RESERVED_27 = 39, _RESERVED_28 = 40, _RESERVED_29 = 41, _RESERVED_2a = 42, _RESERVED_2b = 43, _RESERVED_2c = 44, _RESERVED_2d = 45, _RESERVED_2e = 46, _RESERVED_2f = 47, _RESERVED_30 = 48, _RESERVED_31 = 49, _RESERVED_32 = 50, _RESERVED_33 = 51, _RESERVED_34 = 52, _RESERVED_35 = 53, _RESERVED_36 = 54, _RESERVED_37 = 55, _RESERVED_38 = 56, _RESERVED_39 = 57, _RESERVED_3a = 58, _RESERVED_3b = 59, _RESERVED_3c = 60, _RESERVED_3d = 61, _RESERVED_3e = 62, _RESERVED_3f = 63,
}

Variants§

§

FLEXCOMM0 = 0

FLEXCOMM0

§

FLEXCOMM1 = 1

FLEXCOMM1

§

FLEXCOMM2 = 2

FLEXCOMM2

§

FLEXCOMM3 = 3

FLEXCOMM3

§

FLEXCOMM4 = 4

FLEXCOMM4

§

FLEXCOMM5 = 5

FLEXCOMM5

§

FLEXCOMM6 = 6

FLEXCOMM6

§

FLEXCOMM7 = 7

FLEXCOMM7

§

GPIO_INT0_IRQ0 = 8

GPIO_INT0_IRQ0

§

GPIO_INT0_IRQ1 = 9

GPIO_INT0_IRQ1

§

GPIO_INT0_IRQ2 = 10

GPIO_INT0_IRQ2

§

GPIO_INT0_IRQ3 = 11

GPIO_INT0_IRQ3

§

GPIO_INT0_IRQ4 = 12

GPIO_INT0_IRQ4

§

GPIO_INT0_IRQ5 = 13

GPIO_INT0_IRQ5

§

GPIO_INT0_IRQ6 = 14

GPIO_INT0_IRQ6

§

GPIO_INT0_IRQ7 = 15

GPIO_INT0_IRQ7

§

NSHSGPIO_INT0 = 16

NSHSGPIO_INT0

§

NSHSGPIO_INT1 = 17

NSHSGPIO_INT1

§

WDT1 = 18

WDT1

§

DMAC0 = 19

DMAC0

§

DMAC1 = 20

DMAC1

§

MU = 21

MU

§

UTICK0 = 22

UTICK0

§

MRT0 = 23

MRT0

§

OS_EVENT_TIMER_OR_OS_EVENT_WAKEUP = 24

OS_EVENT_TIMER or OS_EVENT_WAKEUP

§

CT32BIT0 = 25

CT32BIT0

§

CT32BIT1 = 26

CT32BIT1

§

CT32BIT2 = 27

CT32BIT2

§

CT32BIT3 = 28

CT32BIT3

§

CT32BIT4 = 29

CT32BIT4

§

RTC_LITE0_ALARM_OR_RTC_LITE0_WAKEUP = 30

RTC_LITE0_ALARM or RTC_LITE0_WAKEUP

§

I3C0 = 31

I3C0

§

DMIC0 = 32

DMIC0

§

HWVAD0 = 33

HWVAD0

§

FLEXSPI = 34

FLEXSPI

§

_RESERVED_23 = 35

§

_RESERVED_24 = 36

§

_RESERVED_25 = 37

§

_RESERVED_26 = 38

§

_RESERVED_27 = 39

§

_RESERVED_28 = 40

§

_RESERVED_29 = 41

§

_RESERVED_2a = 42

§

_RESERVED_2b = 43

§

_RESERVED_2c = 44

§

_RESERVED_2d = 45

§

_RESERVED_2e = 46

§

_RESERVED_2f = 47

§

_RESERVED_30 = 48

§

_RESERVED_31 = 49

§

_RESERVED_32 = 50

§

_RESERVED_33 = 51

§

_RESERVED_34 = 52

§

_RESERVED_35 = 53

§

_RESERVED_36 = 54

§

_RESERVED_37 = 55

§

_RESERVED_38 = 56

§

_RESERVED_39 = 57

§

_RESERVED_3a = 58

§

_RESERVED_3b = 59

§

_RESERVED_3c = 60

§

_RESERVED_3d = 61

§

_RESERVED_3e = 62

§

_RESERVED_3f = 63

Implementations§

Source§

impl DspIntSel

Source

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

Source

pub const fn to_bits(self) -> u8

Trait Implementations§

Source§

impl Clone for DspIntSel

Source§

fn clone(&self) -> DspIntSel

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 DspIntSel

Source§

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

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

impl From<DspIntSel> for u8

Source§

fn from(val: DspIntSel) -> u8

Converts to this type from the input type.
Source§

impl From<u8> for DspIntSel

Source§

fn from(val: u8) -> DspIntSel

Converts to this type from the input type.
Source§

impl Ord for DspIntSel

Source§

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

Source§

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

Source§

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

Source§

impl Eq for DspIntSel

Source§

impl StructuralPartialEq for DspIntSel

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.