#[repr(u8)]pub enum SincDecimation {
Show 32 variants
SINC_DECIMATION_0 = 0,
SINC_DECIMATION_1 = 1,
SINC_DECIMATION_2 = 2,
SINC_DECIMATION_3 = 3,
SINC_DECIMATION_4 = 4,
SINC_DECIMATION_5 = 5,
SINC_DECIMATION_6 = 6,
SINC_DECIMATION_7 = 7,
SINC_DECIMATION_8 = 8,
SINC_DECIMATION_9 = 9,
SINC_DECIMATION_10 = 10,
SINC_DECIMATION_11 = 11,
SINC_DECIMATION_12 = 12,
SINC_DECIMATION_13 = 13,
SINC_DECIMATION_14 = 14,
SINC_DECIMATION_15 = 15,
SINC_DECIMATION_16 = 16,
SINC_DECIMATION_17 = 17,
SINC_DECIMATION_18 = 18,
SINC_DECIMATION_19 = 19,
SINC_DECIMATION_20 = 20,
SINC_DECIMATION_21 = 21,
SINC_DECIMATION_22 = 22,
SINC_DECIMATION_23 = 23,
SINC_DECIMATION_24 = 24,
SINC_DECIMATION_25 = 25,
SINC_DECIMATION_26 = 26,
SINC_DECIMATION_27 = 27,
SINC_DECIMATION_28 = 28,
SINC_DECIMATION_29 = 29,
SINC_DECIMATION_30 = 30,
SINC_DECIMATION_31 = 31,
}Variants§
SINC_DECIMATION_0 = 0
The TSI_DATA[TSICNT] bits is the counter value of 1 triger period
SINC_DECIMATION_1 = 1
The TSI_DATA[TSICNT] bits is the counter value of 2 triger periods
SINC_DECIMATION_2 = 2
The TSI_DATA[TSICNT] bits is the counter value of 3 triger periods
SINC_DECIMATION_3 = 3
The TSI_DATA[TSICNT] bits is the counter value of 4 triger periods
SINC_DECIMATION_4 = 4
The TSI_DATA[TSICNT] bits is the counter value of 5 triger periods
SINC_DECIMATION_5 = 5
The TSI_DATA[TSICNT] bits is the counter value of 6 triger periods
SINC_DECIMATION_6 = 6
The TSI_DATA[TSICNT] bits is the counter value of 7 triger periods
SINC_DECIMATION_7 = 7
The TSI_DATA[TSICNT] bits is the counter value of 8 triger periods
SINC_DECIMATION_8 = 8
The TSI_DATA[TSICNT] bits is the counter value of 9 triger periods
SINC_DECIMATION_9 = 9
The TSI_DATA[TSICNT] bits is the counter value of 10 triger periods
SINC_DECIMATION_10 = 10
The TSI_DATA[TSICNT] bits is the counter value of 11 triger periods
SINC_DECIMATION_11 = 11
The TSI_DATA[TSICNT] bits is the counter value of 12 triger periods
SINC_DECIMATION_12 = 12
The TSI_DATA[TSICNT] bits is the counter value of 13 triger periods
SINC_DECIMATION_13 = 13
The TSI_DATA[TSICNT] bits is the counter value of 14 triger periods
SINC_DECIMATION_14 = 14
The TSI_DATA[TSICNT] bits is the counter value of 15 triger periods
SINC_DECIMATION_15 = 15
The TSI_DATA[TSICNT] bits is the counter value of 16 triger periods
SINC_DECIMATION_16 = 16
The TSI_DATA[TSICNT] bits is the counter value of 17 triger periods
SINC_DECIMATION_17 = 17
The TSI_DATA[TSICNT] bits is the counter value of 18 triger periods
SINC_DECIMATION_18 = 18
The TSI_DATA[TSICNT] bits is the counter value of 19 triger periods
SINC_DECIMATION_19 = 19
The TSI_DATA[TSICNT] bits is the counter value of 20 triger periods
SINC_DECIMATION_20 = 20
The TSI_DATA[TSICNT] bits is the counter value of 21 triger periods
SINC_DECIMATION_21 = 21
The TSI_DATA[TSICNT] bits is the counter value of 22 triger periods
SINC_DECIMATION_22 = 22
The TSI_DATA[TSICNT] bits is the counter value of 23 triger periods
SINC_DECIMATION_23 = 23
The TSI_DATA[TSICNT] bits is the counter value of 24 triger periods
SINC_DECIMATION_24 = 24
The TSI_DATA[TSICNT] bits is the counter value of 25 triger periods
SINC_DECIMATION_25 = 25
The TSI_DATA[TSICNT] bits is the counter value of 26 triger periods
SINC_DECIMATION_26 = 26
The TSI_DATA[TSICNT] bits is the counter value of 27 triger periods
SINC_DECIMATION_27 = 27
The TSI_DATA[TSICNT] bits is the counter value of 28 triger periods
SINC_DECIMATION_28 = 28
The TSI_DATA[TSICNT] bits is the counter value of 29 triger periods
SINC_DECIMATION_29 = 29
The TSI_DATA[TSICNT] bits is the counter value of 30 triger periods
SINC_DECIMATION_30 = 30
The TSI_DATA[TSICNT] bits is the counter value of 31 triger periods
SINC_DECIMATION_31 = 31
The TSI_DATA[TSICNT] bits is the counter value of 32 triger periods
Implementations§
Trait Implementations§
Source§impl Clone for SincDecimation
impl Clone for SincDecimation
Source§fn clone(&self) -> SincDecimation
fn clone(&self) -> SincDecimation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more