Enum Pfe
pub enum Pfe {
_0 = 0,
_1 = 1,
}Expand description
Passive Filter Enable
Value on reset: 1
Variants§
_0 = 0
0: Passive input filter is disabled on the corresponding pin.
_1 = 1
1: Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.
Trait Implementations§
impl Copy for Pfe
impl Eq for Pfe
impl StructuralPartialEq for Pfe
Auto Trait Implementations§
impl Freeze for Pfe
impl RefUnwindSafe for Pfe
impl Send for Pfe
impl Sync for Pfe
impl Unpin for Pfe
impl UnwindSafe for Pfe
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