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