pub enum DNFR {
Show 16 variants NOFILTER, FILTER_1, FILTER_2, FILTER_3, FILTER_4, FILTER_5, FILTER_6, FILTER_7, FILTER_8, FILTER_9, FILTER_10, FILTER_11, FILTER_12, FILTER_13, FILTER_14, FILTER_15,
}
Expand description

Possible values of the field DNF

Variants§

§

NOFILTER

Digital filter disabled

§

FILTER_1

Digital filter enabled and filtering capability up to 1 tI2CCLK

§

FILTER_2

Digital filter enabled and filtering capability up to 2 tI2CCLK

§

FILTER_3

Digital filter enabled and filtering capability up to 3 tI2CCLK

§

FILTER_4

Digital filter enabled and filtering capability up to 4 tI2CCLK

§

FILTER_5

Digital filter enabled and filtering capability up to 5 tI2CCLK

§

FILTER_6

Digital filter enabled and filtering capability up to 6 tI2CCLK

§

FILTER_7

Digital filter enabled and filtering capability up to 7 tI2CCLK

§

FILTER_8

Digital filter enabled and filtering capability up to 8 tI2CCLK

§

FILTER_9

Digital filter enabled and filtering capability up to 9 tI2CCLK

§

FILTER_10

Digital filter enabled and filtering capability up to 10 tI2CCLK

§

FILTER_11

Digital filter enabled and filtering capability up to 11 tI2CCLK

§

FILTER_12

Digital filter enabled and filtering capability up to 12 tI2CCLK

§

FILTER_13

Digital filter enabled and filtering capability up to 13 tI2CCLK

§

FILTER_14

Digital filter enabled and filtering capability up to 14 tI2CCLK

§

FILTER_15

Digital filter enabled and filtering capability up to 15 tI2CCLK

Implementations§

Value of the field as raw bits

Checks if the value of the field is NOFILTER

Checks if the value of the field is FILTER_1

Checks if the value of the field is FILTER_2

Checks if the value of the field is FILTER_3

Checks if the value of the field is FILTER_4

Checks if the value of the field is FILTER_5

Checks if the value of the field is FILTER_6

Checks if the value of the field is FILTER_7

Checks if the value of the field is FILTER_8

Checks if the value of the field is FILTER_9

Checks if the value of the field is FILTER_10

Checks if the value of the field is FILTER_11

Checks if the value of the field is FILTER_12

Checks if the value of the field is FILTER_13

Checks if the value of the field is FILTER_14

Checks if the value of the field is FILTER_15

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
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.

Should always be Self
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.