#[repr(u8)]pub enum Ph1 {
PH10 = 0,
PH11 = 1,
}Variants§
PH10 = 0
Standard quadrature decoder, where PHASEA and PHASEB represent a two-phase quadrature signal.
PH11 = 1
Single phase mode, bypass the quadrature decoder, refer to CTRL2[CMODE] description
Implementations§
Trait Implementations§
Source§impl Ord for Ph1
impl Ord for Ph1
Source§impl PartialOrd for Ph1
impl PartialOrd for Ph1
impl Copy for Ph1
impl Eq for Ph1
impl StructuralPartialEq for Ph1
Auto Trait Implementations§
impl Freeze for Ph1
impl RefUnwindSafe for Ph1
impl Send for Ph1
impl Sync for Ph1
impl Unpin for Ph1
impl UnwindSafe for Ph1
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