atsamd_hal::eic

Type Alias Sense

Source
pub type Sense = Sense0select;

Aliased Type§

enum Sense {
    None = 0,
    Rise = 1,
    Fall = 2,
    Both = 3,
    High = 4,
    Low = 5,
}

Variants§

§

None = 0

0: No detection

§

Rise = 1

1: Rising-edge detection

§

Fall = 2

2: Falling-edge detection

§

Both = 3

3: Both-edges detection

§

High = 4

4: High-level detection

§

Low = 5

5: Low-level detection

Trait Implementations

Source§

impl Clone for Sense0select

Source§

fn clone(&self) -> Sense0select

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Sense0select

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl FieldSpec for Sense0select

Source§

type Ux = u8

Raw field type (u8, u16, u32, …).
Source§

impl PartialEq for Sense0select

Source§

fn eq(&self, other: &Sense0select) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Sense0select

Source§

impl Eq for Sense0select

Source§

impl IsEnum for Sense0select

Source§

impl StructuralPartialEq for Sense0select