Enum embassy_stm32::usb_otg::PhyType
source · pub enum PhyType {
InternalFullSpeed,
InternalHighSpeed,
ExternalHighSpeed,
}
Expand description
USB PHY type
Variants§
InternalFullSpeed
Internal Full-Speed PHY
Available on most High-Speed peripherals.
InternalHighSpeed
Internal High-Speed PHY
Available on a few STM32 chips.
ExternalHighSpeed
External ULPI High-Speed PHY
Implementations§
Trait Implementations§
source§impl PartialEq for PhyType
impl PartialEq for PhyType
impl Copy for PhyType
impl Eq for PhyType
impl StructuralEq for PhyType
impl StructuralPartialEq for PhyType
Auto Trait Implementations§
impl RefUnwindSafe for PhyType
impl Send for PhyType
impl Sync for PhyType
impl Unpin for PhyType
impl UnwindSafe for PhyType
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