pub enum PS2DET {
Normal = 0,
Ps2 = 1,
}
Expand description
DM pull-up detection status
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PS2DET
impl Eq for PS2DET
impl StructuralPartialEq for PS2DET
Auto Trait Implementations§
impl Freeze for PS2DET
impl RefUnwindSafe for PS2DET
impl Send for PS2DET
impl Sync for PS2DET
impl Unpin for PS2DET
impl UnwindSafe for PS2DET
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