pub enum DNFR {
Show 16 variants
NOFILTER,
FILTER1,
FILTER2,
FILTER3,
FILTER4,
FILTER5,
FILTER6,
FILTER7,
FILTER8,
FILTER9,
FILTER10,
FILTER11,
FILTER12,
FILTER13,
FILTER14,
FILTER15,
}
Expand description
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
Implementations§
Source§impl DNFR
impl DNFR
Sourcepub fn is_no_filter(&self) -> bool
pub fn is_no_filter(&self) -> bool
Checks if the value of the field is NOFILTER
Sourcepub fn is_filter1(&self) -> bool
pub fn is_filter1(&self) -> bool
Checks if the value of the field is FILTER1
Sourcepub fn is_filter2(&self) -> bool
pub fn is_filter2(&self) -> bool
Checks if the value of the field is FILTER2
Sourcepub fn is_filter3(&self) -> bool
pub fn is_filter3(&self) -> bool
Checks if the value of the field is FILTER3
Sourcepub fn is_filter4(&self) -> bool
pub fn is_filter4(&self) -> bool
Checks if the value of the field is FILTER4
Sourcepub fn is_filter5(&self) -> bool
pub fn is_filter5(&self) -> bool
Checks if the value of the field is FILTER5
Sourcepub fn is_filter6(&self) -> bool
pub fn is_filter6(&self) -> bool
Checks if the value of the field is FILTER6
Sourcepub fn is_filter7(&self) -> bool
pub fn is_filter7(&self) -> bool
Checks if the value of the field is FILTER7
Sourcepub fn is_filter8(&self) -> bool
pub fn is_filter8(&self) -> bool
Checks if the value of the field is FILTER8
Sourcepub fn is_filter9(&self) -> bool
pub fn is_filter9(&self) -> bool
Checks if the value of the field is FILTER9
Sourcepub fn is_filter10(&self) -> bool
pub fn is_filter10(&self) -> bool
Checks if the value of the field is FILTER10
Sourcepub fn is_filter11(&self) -> bool
pub fn is_filter11(&self) -> bool
Checks if the value of the field is FILTER11
Sourcepub fn is_filter12(&self) -> bool
pub fn is_filter12(&self) -> bool
Checks if the value of the field is FILTER12
Sourcepub fn is_filter13(&self) -> bool
pub fn is_filter13(&self) -> bool
Checks if the value of the field is FILTER13
Sourcepub fn is_filter14(&self) -> bool
pub fn is_filter14(&self) -> bool
Checks if the value of the field is FILTER14
Sourcepub fn is_filter15(&self) -> bool
pub fn is_filter15(&self) -> bool
Checks if the value of the field is FILTER15