Enum stm32_metapac::i2c::vals::Dnf
#[repr(u8)]pub enum Dnf {
Show 16 variants
NOFILTER = 0,
FILTER1 = 1,
FILTER2 = 2,
FILTER3 = 3,
FILTER4 = 4,
FILTER5 = 5,
FILTER6 = 6,
FILTER7 = 7,
FILTER8 = 8,
FILTER9 = 9,
FILTER10 = 10,
FILTER11 = 11,
FILTER12 = 12,
FILTER13 = 13,
FILTER14 = 14,
FILTER15 = 15,
}
Variants§
NOFILTER = 0
Digital filter disabled
FILTER1 = 1
Digital filter enabled and filtering capability up to 1 tI2CCLK
FILTER2 = 2
Digital filter enabled and filtering capability up to 2 tI2CCLK
FILTER3 = 3
Digital filter enabled and filtering capability up to 3 tI2CCLK
FILTER4 = 4
Digital filter enabled and filtering capability up to 4 tI2CCLK
FILTER5 = 5
Digital filter enabled and filtering capability up to 5 tI2CCLK
FILTER6 = 6
Digital filter enabled and filtering capability up to 6 tI2CCLK
FILTER7 = 7
Digital filter enabled and filtering capability up to 7 tI2CCLK
FILTER8 = 8
Digital filter enabled and filtering capability up to 8 tI2CCLK
FILTER9 = 9
Digital filter enabled and filtering capability up to 9 tI2CCLK
FILTER10 = 10
Digital filter enabled and filtering capability up to 10 tI2CCLK
FILTER11 = 11
Digital filter enabled and filtering capability up to 11 tI2CCLK
FILTER12 = 12
Digital filter enabled and filtering capability up to 12 tI2CCLK
FILTER13 = 13
Digital filter enabled and filtering capability up to 13 tI2CCLK
FILTER14 = 14
Digital filter enabled and filtering capability up to 14 tI2CCLK
FILTER15 = 15
Digital filter enabled and filtering capability up to 15 tI2CCLK
Implementations§
Trait Implementations§
§impl Ord for Dnf
impl Ord for Dnf
§impl PartialOrd for Dnf
impl PartialOrd for Dnf
impl Copy for Dnf
impl Eq for Dnf
impl StructuralPartialEq for Dnf
Auto Trait Implementations§
impl Freeze for Dnf
impl RefUnwindSafe for Dnf
impl Send for Dnf
impl Sync for Dnf
impl Unpin for Dnf
impl UnwindSafe for Dnf
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)