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