pub enum PS_A {
_0,
_1,
}
Expand description
Pull Select
Value on reset: 0
Variants
_0
0: Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.
_1
1: Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.
Trait Implementations
impl Copy for PS_A
impl StructuralPartialEq for PS_A
Auto Trait Implementations
impl RefUnwindSafe for PS_A
impl Send for PS_A
impl Sync for PS_A
impl Unpin for PS_A
impl UnwindSafe for PS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more