Enum Dfe
#[repr(u32)]pub enum Dfe {
_0 = 0,
_1 = 1,
}Expand description
Digital Filter Enable
Value on reset: 0
Variants§
_0 = 0
0: Digital filter is disabled on the corresponding pin and output of the digital filter is reset to zero.
_1 = 1
1: Digital filter is enabled on the corresponding pin, if the pin is configured as a digital input.
Trait Implementations§
impl Copy for Dfe
impl Eq for Dfe
impl IsEnum for Dfe
impl StructuralPartialEq for Dfe
Auto Trait Implementations§
impl Freeze for Dfe
impl RefUnwindSafe for Dfe
impl Send for Dfe
impl Sync for Dfe
impl Unpin for Dfe
impl UnwindSafe for Dfe
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
Mutably borrows from an owned value. Read more