Enum Ps
pub enum Ps {
_0 = 0,
_1 = 1,
}Expand description
Pull Select
Value on reset: 0
Variants§
_0 = 0
0: Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
_1 = 1
1: Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
Trait Implementations§
impl Copy for Ps
impl Eq for Ps
impl StructuralPartialEq for Ps
Auto Trait Implementations§
impl Freeze for Ps
impl RefUnwindSafe for Ps
impl Send for Ps
impl Sync for Ps
impl Unpin for Ps
impl UnwindSafe for Ps
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