[][src]Enum stm32l4xx_hal::stm32::i2c1::cr1::DNFW

pub enum DNFW {
    NOFILTER,
    FILTER1,
    FILTER2,
    FILTER3,
    FILTER4,
    FILTER5,
    FILTER6,
    FILTER7,
    FILTER8,
    FILTER9,
    FILTER10,
    FILTER11,
    FILTER12,
    FILTER13,
    FILTER14,
    FILTER15,
}

Values that can be written to the field DNF

Variants

NOFILTER

Digital filter disabled

FILTER1

Digital filter enabled and filtering capability up to 1 tI2CCLK

FILTER2

Digital filter enabled and filtering capability up to 2 tI2CCLK

FILTER3

Digital filter enabled and filtering capability up to 3 tI2CCLK

FILTER4

Digital filter enabled and filtering capability up to 4 tI2CCLK

FILTER5

Digital filter enabled and filtering capability up to 5 tI2CCLK

FILTER6

Digital filter enabled and filtering capability up to 6 tI2CCLK

FILTER7

Digital filter enabled and filtering capability up to 7 tI2CCLK

FILTER8

Digital filter enabled and filtering capability up to 8 tI2CCLK

FILTER9

Digital filter enabled and filtering capability up to 9 tI2CCLK

FILTER10

Digital filter enabled and filtering capability up to 10 tI2CCLK

FILTER11

Digital filter enabled and filtering capability up to 11 tI2CCLK

FILTER12

Digital filter enabled and filtering capability up to 12 tI2CCLK

FILTER13

Digital filter enabled and filtering capability up to 13 tI2CCLK

FILTER14

Digital filter enabled and filtering capability up to 14 tI2CCLK

FILTER15

Digital filter enabled and filtering capability up to 15 tI2CCLK

Auto Trait Implementations

impl Send for DNFW

impl Sync for DNFW

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self