#[repr(u8)]pub enum Phyw {
PHYW_0 = 0,
PHYW_1 = 1,
PHYW_2 = 2,
PHYW_3 = 3,
}Variants§
PHYW_0 = 0
8 bit wide data bus Software non-programmable
PHYW_1 = 1
16 bit wide data bus Software non-programmable
PHYW_2 = 2
Reset to 8 bit wide data bus Software programmable
PHYW_3 = 3
Reset to 16 bit wide data bus Software programmable
Implementations§
Trait Implementations§
Source§impl Ord for Phyw
impl Ord for Phyw
Source§impl PartialOrd for Phyw
impl PartialOrd for Phyw
impl Copy for Phyw
impl Eq for Phyw
impl StructuralPartialEq for Phyw
Auto Trait Implementations§
impl Freeze for Phyw
impl RefUnwindSafe for Phyw
impl Send for Phyw
impl Sync for Phyw
impl Unpin for Phyw
impl UnwindSafe for Phyw
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