[][src]Enum efm32pg12_pac::lesense::ch6_interact::SETIF_A

pub enum SETIF_A {
    NONE,
    LEVEL,
    POSEDGE,
    NEGEDGE,
    BOTHEDGES,
}

Enable Interrupt Generation

Value on reset: 0

Variants

NONE

0: No interrupt is generated

LEVEL

1: Set interrupt flag if the sensor triggers.

POSEDGE

2: Set interrupt flag on positive edge of the sensor state

NEGEDGE

3: Set interrupt flag on negative edge of the sensor state

BOTHEDGES

4: Set interrupt flag on both edges of the sensor state

Trait Implementations

impl From<SETIF_A> for u8[src]

impl Debug for SETIF_A[src]

impl PartialEq<SETIF_A> for SETIF_A[src]

impl Copy for SETIF_A[src]

impl StructuralPartialEq for SETIF_A[src]

impl Clone for SETIF_A[src]

Auto Trait Implementations

impl Unpin for SETIF_A

impl Send for SETIF_A

impl Sync for SETIF_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self