pub enum EN {
B0x0 = 0,
B0x1 = 1,
}
Expand description
Enable When set to 1, DSI Host LTDC interface receives the active configuration from the auxiliary registers. When this bit is set along with the UR bit, the auxiliary registers are automatically updated.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EN
impl Eq for EN
impl StructuralPartialEq for EN
Auto Trait Implementations§
impl Freeze for EN
impl RefUnwindSafe for EN
impl Send for EN
impl Sync for EN
impl Unpin for EN
impl UnwindSafe for EN
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