pub struct EDGSEL_R(_);
Expand description
Field EDGSEL
reader - Edge Detection Selection
Implementations
sourceimpl EDGSEL_R
impl EDGSEL_R
sourcepub fn is_no_evt_output(&self) -> bool
pub fn is_no_evt_output(&self) -> bool
Checks if the value of the field is NO_EVT_OUTPUT
sourcepub fn is_rising_edge(&self) -> bool
pub fn is_rising_edge(&self) -> bool
Checks if the value of the field is RISING_EDGE
sourcepub fn is_falling_edge(&self) -> bool
pub fn is_falling_edge(&self) -> bool
Checks if the value of the field is FALLING_EDGE
sourcepub fn is_both_edges(&self) -> bool
pub fn is_both_edges(&self) -> bool
Checks if the value of the field is BOTH_EDGES
Methods from Deref<Target = FieldReader<u8, EDGSEL_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EDGSEL_R
impl Send for EDGSEL_R
impl Sync for EDGSEL_R
impl Unpin for EDGSEL_R
impl UnwindSafe for EDGSEL_R
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