#[repr(u8)]pub enum UDCTRL_A {
REGULAR = 0,
FCEVENT = 1,
FRAMESTART = 2,
}Expand description
Update Data Control
Value on reset: 0
Variants§
REGULAR = 0
0: The data transfer is controlled by SW. Transfer is performed as soon as possible
FCEVENT = 1
1: The data transfer is done at the next event triggered by the Frame Counter
FRAMESTART = 2
2: The data transfer is done continuously at every LCD frame start
Trait Implementations§
impl Copy for UDCTRL_A
impl StructuralPartialEq for UDCTRL_A
Auto Trait Implementations§
impl Freeze for UDCTRL_A
impl RefUnwindSafe for UDCTRL_A
impl Send for UDCTRL_A
impl Sync for UDCTRL_A
impl Unpin for UDCTRL_A
impl UnwindSafe for UDCTRL_A
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