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