pub struct ENDEVPLUGINDET_R(/* private fields */);Expand description
Field ENDEVPLUGINDET reader - 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§
Methods from Deref<Target = FieldReader<bool, ENDEVPLUGINDET_A>>§
Trait Implementations§
Source§impl Deref for ENDEVPLUGINDET_R
impl Deref for ENDEVPLUGINDET_R
Source§type Target = FieldReader<bool, ENDEVPLUGINDET_A>
type Target = FieldReader<bool, ENDEVPLUGINDET_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for ENDEVPLUGINDET_R
impl RefUnwindSafe for ENDEVPLUGINDET_R
impl Send for ENDEVPLUGINDET_R
impl Sync for ENDEVPLUGINDET_R
impl Unpin for ENDEVPLUGINDET_R
impl UnwindSafe for ENDEVPLUGINDET_R
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