pub enum JEXTENW {
DISABLED,
RISINGEDGE,
FALLINGEDGE,
BOTHEDGES,
}
Expand description
Values that can be written to the field JEXTEN
Variants§
DISABLED
Trigger detection disabled
RISINGEDGE
Trigger detection on the rising edge
FALLINGEDGE
Trigger detection on the falling edge
BOTHEDGES
Trigger detection on both the rising and falling edges
Auto Trait Implementations§
impl Freeze for JEXTENW
impl RefUnwindSafe for JEXTENW
impl Send for JEXTENW
impl Sync for JEXTENW
impl Unpin for JEXTENW
impl UnwindSafe for JEXTENW
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