pub enum PFE_A {
_0 = 0,
_1 = 1,
}
Expand description
Passive Filter Enable
Value on reset: 0
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_A
impl StructuralPartialEq for PFE_A
Auto Trait Implementations§
impl Freeze for PFE_A
impl RefUnwindSafe for PFE_A
impl Send for PFE_A
impl Sync for PFE_A
impl Unpin for PFE_A
impl UnwindSafe for PFE_A
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
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)