pub enum PHYRXEN {
Disabled = 0,
Enabled = 1,
}
Expand description
PHYRXEN
Value on reset: 0
Variants§
Disabled = 0
0: USB Power Delivery receiver disabled
Enabled = 1
1: USB Power Delivery receiver enabled
Trait Implementations§
impl Copy for PHYRXEN
impl Eq for PHYRXEN
impl StructuralPartialEq for PHYRXEN
Auto Trait Implementations§
impl Freeze for PHYRXEN
impl RefUnwindSafe for PHYRXEN
impl Send for PHYRXEN
impl Sync for PHYRXEN
impl Unpin for PHYRXEN
impl UnwindSafe for PHYRXEN
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