pub struct ENDEVPLUGINDET_W<'a> { /* private fields */ }Expand description
Field ENDEVPLUGINDET writer - Enables non-standard resistive plugged-in detection This bit field controls connection of nominal 200kohm resistors to both the USB_DP and USB_DM pins as one method of detecting when a USB cable is attached in device mode
Implementations§
Source§impl<'a> ENDEVPLUGINDET_W<'a>
impl<'a> ENDEVPLUGINDET_W<'a>
Auto Trait Implementations§
impl<'a> Freeze for ENDEVPLUGINDET_W<'a>
impl<'a> RefUnwindSafe for ENDEVPLUGINDET_W<'a>
impl<'a> Send for ENDEVPLUGINDET_W<'a>
impl<'a> Sync for ENDEVPLUGINDET_W<'a>
impl<'a> Unpin for ENDEVPLUGINDET_W<'a>
impl<'a> !UnwindSafe for ENDEVPLUGINDET_W<'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