#[repr(u8)]
pub enum DNF_A {
Show 16 variants NoFilter, Filter1, Filter2, Filter3, Filter4, Filter5, Filter6, Filter7, Filter8, Filter9, Filter10, Filter11, Filter12, Filter13, Filter14, Filter15,
}
Expand description

Digital noise filter

Value on reset: 0

Variants

NoFilter

0: Digital filter disabled

Filter1

1: Digital filter enabled and filtering capability up to 1 tI2CCLK

Filter2

2: Digital filter enabled and filtering capability up to 2 tI2CCLK

Filter3

3: Digital filter enabled and filtering capability up to 3 tI2CCLK

Filter4

4: Digital filter enabled and filtering capability up to 4 tI2CCLK

Filter5

5: Digital filter enabled and filtering capability up to 5 tI2CCLK

Filter6

6: Digital filter enabled and filtering capability up to 6 tI2CCLK

Filter7

7: Digital filter enabled and filtering capability up to 7 tI2CCLK

Filter8

8: Digital filter enabled and filtering capability up to 8 tI2CCLK

Filter9

9: Digital filter enabled and filtering capability up to 9 tI2CCLK

Filter10

10: Digital filter enabled and filtering capability up to 10 tI2CCLK

Filter11

11: Digital filter enabled and filtering capability up to 11 tI2CCLK

Filter12

12: Digital filter enabled and filtering capability up to 12 tI2CCLK

Filter13

13: Digital filter enabled and filtering capability up to 13 tI2CCLK

Filter14

14: Digital filter enabled and filtering capability up to 14 tI2CCLK

Filter15

15: Digital filter enabled and filtering capability up to 15 tI2CCLK

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.