[−][src]Enum stm32f0xx_hal::stm32::i2c1::cr1::DNFR
Possible values of 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
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]
fn eq(&self, other: &DNFR) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Clone for DNFR[src]
fn clone(&self) -> DNFR[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for DNFR[src]
impl Debug for DNFR[src]
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