pub struct EDGSEL_W<'a> { /* private fields */ }
Expand description
Field EDGSEL
writer - Edge Detection Selection
Implementations
sourceimpl<'a> EDGSEL_W<'a>
impl<'a> EDGSEL_W<'a>
sourcepub fn no_evt_output(self) -> &'a mut W
pub fn no_evt_output(self) -> &'a mut W
No event output when using the resynchronized or synchronous path
sourcepub fn rising_edge(self) -> &'a mut W
pub fn rising_edge(self) -> &'a mut W
Event detection only on the rising edge of the signal from the event generator when using the resynchronized or synchronous path
sourcepub fn falling_edge(self) -> &'a mut W
pub fn falling_edge(self) -> &'a mut W
Event detection only on the falling edge of the signal from the event generator when using the resynchronized or synchronous path
sourcepub fn both_edges(self) -> &'a mut W
pub fn both_edges(self) -> &'a mut W
Event detection on rising and falling edges of the signal from the event generator when using the resynchronized or synchronous path
Auto Trait Implementations
impl<'a> RefUnwindSafe for EDGSEL_W<'a>
impl<'a> Send for EDGSEL_W<'a>
impl<'a> Sync for EDGSEL_W<'a>
impl<'a> Unpin for EDGSEL_W<'a>
impl<'a> !UnwindSafe for EDGSEL_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more