#[repr(u8)]pub enum Hp0LLcdif {
L_LCDIF_0 = 0,
L_LCDIF_1 = 1,
}Variants§
L_LCDIF_0 = 0
No lock-the adjacent (next lower) bit can be written by the software.
L_LCDIF_1 = 1
Lock-the adjacent (next lower) bit can’t be written by the software.
Implementations§
Trait Implementations§
Source§impl Ord for Hp0LLcdif
impl Ord for Hp0LLcdif
Source§impl PartialOrd for Hp0LLcdif
impl PartialOrd for Hp0LLcdif
impl Copy for Hp0LLcdif
impl Eq for Hp0LLcdif
impl StructuralPartialEq for Hp0LLcdif
Auto Trait Implementations§
impl Freeze for Hp0LLcdif
impl RefUnwindSafe for Hp0LLcdif
impl Send for Hp0LLcdif
impl Sync for Hp0LLcdif
impl Unpin for Hp0LLcdif
impl UnwindSafe for Hp0LLcdif
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