#[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
impl Clone for DebounceCounterConfigured
Source§fn clone(&self) -> DebounceCounterConfigured
fn clone(&self) -> DebounceCounterConfigured
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more