pub enum Hne {
Hne0 = 0,
Hne1 = 1,
}Expand description
Use Negative Edge of HOME/ENABLE Input
Value on reset: 0
Variants§
Hne0 = 0
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
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
Trait Implementations§
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 UnsafeUnpin 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