[][src]Enum stm32f3::stm32f303::i2c1::cr1::DNFR

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

Possible values of 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

Methods

impl DNFR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_no_filter(&self) -> bool[src]

Checks if the value of the field is NOFILTER

pub fn is_filter1(&self) -> bool[src]

Checks if the value of the field is FILTER1

pub fn is_filter2(&self) -> bool[src]

Checks if the value of the field is FILTER2

pub fn is_filter3(&self) -> bool[src]

Checks if the value of the field is FILTER3

pub fn is_filter4(&self) -> bool[src]

Checks if the value of the field is FILTER4

pub fn is_filter5(&self) -> bool[src]

Checks if the value of the field is FILTER5

pub fn is_filter6(&self) -> bool[src]

Checks if the value of the field is FILTER6

pub fn is_filter7(&self) -> bool[src]

Checks if the value of the field is FILTER7

pub fn is_filter8(&self) -> bool[src]

Checks if the value of the field is FILTER8

pub fn is_filter9(&self) -> bool[src]

Checks if the value of the field is FILTER9

pub fn is_filter10(&self) -> bool[src]

Checks if the value of the field is FILTER10

pub fn is_filter11(&self) -> bool[src]

Checks if the value of the field is FILTER11

pub fn is_filter12(&self) -> bool[src]

Checks if the value of the field is FILTER12

pub fn is_filter13(&self) -> bool[src]

Checks if the value of the field is FILTER13

pub fn is_filter14(&self) -> bool[src]

Checks if the value of the field is FILTER14

pub fn is_filter15(&self) -> bool[src]

Checks if the value of the field is FILTER15

Trait Implementations

impl PartialEq<DNFR> for DNFR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for DNFR[src]

impl Debug for DNFR[src]

impl Clone for DNFR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DNFR

impl Sync for DNFR

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self