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