atsamd11c::evsys::channel

Type Alias EdgselR

Source
pub type EdgselR = FieldReader<Edgselselect>;
Expand description

Field EDGSEL reader - Edge Detection Selection

Aliased Type§

struct EdgselR { /* private fields */ }

Implementations§

Source§

impl EdgselR

Source

pub const fn variant(&self) -> Edgselselect

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