#[repr(u8)]pub enum HpUsb {
HP_USB_0 = 0,
HP_USB_1 = 1,
}Variants§
HP_USB_0 = 0
The hprot1 input signal value is routed to the csu_hprot1 output for the corresponding master.
HP_USB_1 = 1
The HP register bit is routed to the csu_hprot1 output for the corresponding master.
Implementations§
Trait Implementations§
Source§impl Ord for HpUsb
impl Ord for HpUsb
Source§impl PartialOrd for HpUsb
impl PartialOrd for HpUsb
impl Copy for HpUsb
impl Eq for HpUsb
impl StructuralPartialEq for HpUsb
Auto Trait Implementations§
impl Freeze for HpUsb
impl RefUnwindSafe for HpUsb
impl Send for HpUsb
impl Sync for HpUsb
impl Unpin for HpUsb
impl UnwindSafe for HpUsb
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