[][src]Struct stm32l4xx_hal::stm32::i2c1::cr1::_DNFW

pub struct _DNFW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _DNFW<'a>[src]

pub fn variant(self, variant: DNFW) -> &'a mut W[src]

Writes variant to the field

pub fn no_filter(self) -> &'a mut W[src]

Digital filter disabled

pub fn filter1(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 1 tI2CCLK

pub fn filter2(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 2 tI2CCLK

pub fn filter3(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 3 tI2CCLK

pub fn filter4(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 4 tI2CCLK

pub fn filter5(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 5 tI2CCLK

pub fn filter6(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 6 tI2CCLK

pub fn filter7(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 7 tI2CCLK

pub fn filter8(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 8 tI2CCLK

pub fn filter9(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 9 tI2CCLK

pub fn filter10(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 10 tI2CCLK

pub fn filter11(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 11 tI2CCLK

pub fn filter12(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 12 tI2CCLK

pub fn filter13(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 13 tI2CCLK

pub fn filter14(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 14 tI2CCLK

pub fn filter15(self) -> &'a mut W[src]

Digital filter enabled and filtering capability up to 15 tI2CCLK

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DNFW<'a>

impl<'a> Sync for _DNFW<'a>

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