pub enum PDE_A {
_0 = 0,
_1 = 1,
}Expand description
Enables the weak pulldowns on the USB transceiver.
Value on reset: 1
Variants§
_0 = 0
0: Weak pulldowns are disabled on D+ and D-.
_1 = 1
1: Weak pulldowns are enabled on D+ and D-.
Trait Implementations§
impl Copy for PDE_A
impl StructuralPartialEq for PDE_A
Auto Trait Implementations§
impl Freeze for PDE_A
impl RefUnwindSafe for PDE_A
impl Send for PDE_A
impl Sync for PDE_A
impl Unpin for PDE_A
impl UnsafeUnpin for PDE_A
impl UnwindSafe for PDE_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