#[repr(u8)]pub enum Ptw {
PTW_0 = 0,
PTW_1 = 1,
}Variants§
PTW_0 = 0
Select the 8-bit UTMI interface [60MHz]
PTW_1 = 1
Select the 16-bit UTMI interface [30MHz]
Implementations§
Trait Implementations§
Source§impl Ord for Ptw
impl Ord for Ptw
Source§impl PartialOrd for Ptw
impl PartialOrd for Ptw
impl Copy for Ptw
impl Eq for Ptw
impl StructuralPartialEq for Ptw
Auto Trait Implementations§
impl Freeze for Ptw
impl RefUnwindSafe for Ptw
impl Send for Ptw
impl Sync for Ptw
impl Unpin for Ptw
impl UnwindSafe for Ptw
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