Enum Pe
pub enum Pe {
_0 = 0,
_1 = 1,
}Expand description
Pull Enable
Value on reset: 0
Variants§
_0 = 0
0: Internal pullup or pulldown resistor is not enabled on the corresponding pin.
_1 = 1
1: Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
Trait Implementations§
impl Copy for Pe
impl Eq for Pe
impl StructuralPartialEq for Pe
Auto Trait Implementations§
impl Freeze for Pe
impl RefUnwindSafe for Pe
impl Send for Pe
impl Sync for Pe
impl Unpin for Pe
impl UnwindSafe for Pe
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