Type Alias atsame54n::evsys::channels::channel::EDGSEL_R

source ·
pub type EDGSEL_R = FieldReader<EDGSELSELECT_A>;
Expand description

Field EDGSEL reader - Edge Detection Selection

Aliased Type§

struct EDGSEL_R { /* private fields */ }

Implementations§

source§

impl EDGSEL_R

source

pub const fn variant(&self) -> EDGSELSELECT_A

Get enumerated values variant

source

pub fn is_no_evt_output(&self) -> bool

No event output when using the resynchronized or synchronous path

source

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

source

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

source

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