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