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