nxp-pac

Crates

git

Versions

mcxa577

Flavors

DebounceCounterConfigured

Enum DebounceCounterConfigured 

Source
#[repr(u8)]
pub enum DebounceCounterConfigured {
Show 32 variants DEBOUNCE_COUNTER_CONFIGURED_0 = 0, DEBOUNCE_COUNTER_CONFIGURED_1 = 1, DEBOUNCE_COUNTER_CONFIGURED_2 = 2, DEBOUNCE_COUNTER_CONFIGURED_3 = 3, DEBOUNCE_COUNTER_CONFIGURED_4 = 4, DEBOUNCE_COUNTER_CONFIGURED_5 = 5, DEBOUNCE_COUNTER_CONFIGURED_6 = 6, DEBOUNCE_COUNTER_CONFIGURED_7 = 7, DEBOUNCE_COUNTER_CONFIGURED_8 = 8, DEBOUNCE_COUNTER_CONFIGURED_9 = 9, DEBOUNCE_COUNTER_CONFIGURED_10 = 10, DEBOUNCE_COUNTER_CONFIGURED_11 = 11, DEBOUNCE_COUNTER_CONFIGURED_12 = 12, DEBOUNCE_COUNTER_CONFIGURED_13 = 13, DEBOUNCE_COUNTER_CONFIGURED_14 = 14, DEBOUNCE_COUNTER_CONFIGURED_15 = 15, DEBOUNCE_COUNTER_CONFIGURED_16 = 16, DEBOUNCE_COUNTER_CONFIGURED_17 = 17, DEBOUNCE_COUNTER_CONFIGURED_18 = 18, DEBOUNCE_COUNTER_CONFIGURED_19 = 19, DEBOUNCE_COUNTER_CONFIGURED_20 = 20, DEBOUNCE_COUNTER_CONFIGURED_21 = 21, DEBOUNCE_COUNTER_CONFIGURED_22 = 22, DEBOUNCE_COUNTER_CONFIGURED_23 = 23, DEBOUNCE_COUNTER_CONFIGURED_24 = 24, DEBOUNCE_COUNTER_CONFIGURED_25 = 25, DEBOUNCE_COUNTER_CONFIGURED_26 = 26, DEBOUNCE_COUNTER_CONFIGURED_27 = 27, DEBOUNCE_COUNTER_CONFIGURED_28 = 28, DEBOUNCE_COUNTER_CONFIGURED_29 = 29, DEBOUNCE_COUNTER_CONFIGURED_30 = 30, DEBOUNCE_COUNTER_CONFIGURED_31 = 31,
}

Variants§

§

DEBOUNCE_COUNTER_CONFIGURED_0 = 0

1 out of range event can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_1 = 1

2 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_2 = 2

3 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_3 = 3

4 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_4 = 4

5 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_5 = 5

6 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_6 = 6

7 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_7 = 7

8 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_8 = 8

9 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_9 = 9

10 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_10 = 10

11 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_11 = 11

12 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_12 = 12

13 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_13 = 13

14 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_14 = 14

15 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_15 = 15

16 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_16 = 16

17 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_17 = 17

18 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_18 = 18

19 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_19 = 19

20 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_20 = 20

21 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_21 = 21

22 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_22 = 22

23 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_23 = 23

24 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_24 = 24

25 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_25 = 25

26 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_26 = 26

27 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_27 = 27

28 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_28 = 28

29 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_29 = 29

30 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_30 = 30

31 out of range events can generate interrupt

§

DEBOUNCE_COUNTER_CONFIGURED_31 = 31

32 out of range events can generate interrupt

Implementations§

Trait Implementations§

Source§

impl Clone for DebounceCounterConfigured

Source§

fn clone(&self) -> DebounceCounterConfigured

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 DebounceCounterConfigured

Source§

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

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

impl From<DebounceCounterConfigured> for u8

Source§

fn from(val: DebounceCounterConfigured) -> u8

Converts to this type from the input type.
Source§

impl From<u8> for DebounceCounterConfigured

Source§

fn from(val: u8) -> DebounceCounterConfigured

Converts to this type from the input type.
Source§

impl Ord for DebounceCounterConfigured

Source§

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

Source§

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

Source§

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

Source§

impl Eq for DebounceCounterConfigured

Source§

impl StructuralPartialEq for DebounceCounterConfigured

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.