[][src]Enum stm32f3::stm32f3x8::i2c1::cr1::DNF_A

#[repr(u8)]
pub enum DNF_A {
    NOFILTER,
    FILTER1,
    FILTER2,
    FILTER3,
    FILTER4,
    FILTER5,
    FILTER6,
    FILTER7,
    FILTER8,
    FILTER9,
    FILTER10,
    FILTER11,
    FILTER12,
    FILTER13,
    FILTER14,
    FILTER15,
}

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

impl Clone for DNF_A[src]

impl Copy for DNF_A[src]

impl Debug for DNF_A[src]

impl From<DNF_A> for u8[src]

impl PartialEq<DNF_A> for DNF_A[src]

impl StructuralPartialEq for DNF_A[src]

Auto Trait Implementations

impl Send for DNF_A

impl Sync for DNF_A

impl Unpin for DNF_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.