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