#[repr(u8)]pub enum Hne {
HNE0 = 0,
HNE1 = 1,
}Variants§
HNE0 = 0
When CTRL[OPMODE] = 0,use HOME positive edge to trigger initialization of position counters. When CTRL[OPMODE] = 1,use ENABLE high level to enable POS/POSD/WDG/REV counters
HNE1 = 1
When CTRL[OPMODE] = 0,use HOME negative edge to trigger initialization of position counters. When CTRL[OPMODE] = 1,use ENABLE low level to enable POS/POSD/WDG/REV counters
Implementations§
Trait Implementations§
Source§impl Ord for Hne
impl Ord for Hne
Source§impl PartialOrd for Hne
impl PartialOrd for Hne
impl Copy for Hne
impl Eq for Hne
impl StructuralPartialEq for Hne
Auto Trait Implementations§
impl Freeze for Hne
impl RefUnwindSafe for Hne
impl Send for Hne
impl Sync for Hne
impl Unpin for Hne
impl UnwindSafe for Hne
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