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