pub enum PP2VBUS_A {
AUTO = 1,
IGNORE = 0,
}
Expand description
Value on reset: 0
Variants§
AUTO = 1
1: ULPI wrapper interface will automatically set or clear DrvVbus register in ULPI PHY according to the port power status form the root hub
IGNORE = 0
0: ULPI wrapper will ignore the difference between power status of root hub and ULPI PHY
Trait Implementations§
impl Copy for PP2VBUS_A
impl Eq for PP2VBUS_A
impl StructuralPartialEq for PP2VBUS_A
Auto Trait Implementations§
impl Freeze for PP2VBUS_A
impl RefUnwindSafe for PP2VBUS_A
impl Send for PP2VBUS_A
impl Sync for PP2VBUS_A
impl Unpin for PP2VBUS_A
impl UnwindSafe for PP2VBUS_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)