[−][src]Enum stm32f0xx_hal::stm32::i2c1::cr1::DNFW
Values that can be written to the field DNF
Variants
NOFILTERDigital filter disabled
FILTER1Digital filter enabled and filtering capability up to 1 tI2CCLK
FILTER2Digital filter enabled and filtering capability up to 2 tI2CCLK
FILTER3Digital filter enabled and filtering capability up to 3 tI2CCLK
FILTER4Digital filter enabled and filtering capability up to 4 tI2CCLK
FILTER5Digital filter enabled and filtering capability up to 5 tI2CCLK
FILTER6Digital filter enabled and filtering capability up to 6 tI2CCLK
FILTER7Digital filter enabled and filtering capability up to 7 tI2CCLK
FILTER8Digital filter enabled and filtering capability up to 8 tI2CCLK
FILTER9Digital filter enabled and filtering capability up to 9 tI2CCLK
FILTER10Digital filter enabled and filtering capability up to 10 tI2CCLK
FILTER11Digital filter enabled and filtering capability up to 11 tI2CCLK
FILTER12Digital filter enabled and filtering capability up to 12 tI2CCLK
FILTER13Digital filter enabled and filtering capability up to 13 tI2CCLK
FILTER14Digital filter enabled and filtering capability up to 14 tI2CCLK
FILTER15Digital filter enabled and filtering capability up to 15 tI2CCLK
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self