[][src]Enum rv32m1_ri5cy_pac::llwu0::filt::FILTE2_A

pub enum FILTE2_A {
    FILTE2_0,
    FILTE2_1,
    FILTE2_2,
    FILTE2_3,
}

Filter 2 Enable

Value on reset: 0

Variants

FILTE2_0

0: Filter disabled

FILTE2_1

1: Filter posedge detect enabled when configured as interrupt/DMA request or high level detection when configured as trigger request

FILTE2_2

2: Filter negedge detect enabled when configured as interrupt/DMA request or low level detection when configured as trigger request

FILTE2_3

3: Filter any edge detect enabled when configured as interrupt/DMA request

Trait Implementations

impl From<FILTE2_A> for u8[src]

impl PartialEq<FILTE2_A> for FILTE2_A[src]

impl Debug for FILTE2_A[src]

impl Copy for FILTE2_A[src]

impl Clone for FILTE2_A[src]

Auto Trait Implementations

impl Unpin for FILTE2_A

impl Send for FILTE2_A

impl Sync for FILTE2_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]