pub type EdgselR = FieldReader<Edgselselect>;
Expand description
Field EDGSEL
reader - Edge Detection Selection
Aliased Type§
struct EdgselR { /* private fields */ }
Implementations§
Source§impl EdgselR
impl EdgselR
Sourcepub const fn variant(&self) -> Edgselselect
pub const fn variant(&self) -> Edgselselect
Get enumerated values variant
Sourcepub fn is_no_evt_output(&self) -> bool
pub fn is_no_evt_output(&self) -> bool
No event output when using the resynchronized or synchronous path
Sourcepub fn is_rising_edge(&self) -> bool
pub fn is_rising_edge(&self) -> bool
Event detection only on the rising edge of the signal from the event generator when using the resynchronized or synchronous path
Sourcepub fn is_falling_edge(&self) -> bool
pub fn is_falling_edge(&self) -> bool
Event detection only on the falling edge of the signal from the event generator when using the resynchronized or synchronous path
Sourcepub fn is_both_edges(&self) -> bool
pub fn is_both_edges(&self) -> bool
Event detection on rising and falling edges of the signal from the event generator when using the resynchronized or synchronous path