#[repr(u8)]pub enum Updpos {
UPDPOS_0 = 0,
UPDPOS_1 = 1,
}Variants§
UPDPOS_0 = 0
No action for POSD, REV, UPOS and LPOS registers on rising edge of TRIGGER
UPDPOS_1 = 1
Clear POSD, REV, UPOS and LPOS registers on rising edge of TRIGGER
Implementations§
Trait Implementations§
Source§impl Ord for Updpos
impl Ord for Updpos
Source§impl PartialOrd for Updpos
impl PartialOrd for Updpos
impl Copy for Updpos
impl Eq for Updpos
impl StructuralPartialEq for Updpos
Auto Trait Implementations§
impl Freeze for Updpos
impl RefUnwindSafe for Updpos
impl Send for Updpos
impl Sync for Updpos
impl Unpin for Updpos
impl UnwindSafe for Updpos
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