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