[][src]Enum efm32pg12_pac::prs::ch1_ctrl::EDSEL_A

pub enum EDSEL_A {
    OFF,
    POSEDGE,
    NEGEDGE,
    BOTHEDGES,
}

Edge Detect Select

Value on reset: 0

Variants

OFF

0: Signal is left as it is

POSEDGE

1: A one HFCLK cycle pulse is generated for every positive edge of the incoming signal

NEGEDGE

2: A one HFCLK clock cycle pulse is generated for every negative edge of the incoming signal

BOTHEDGES

3: A one HFCLK clock cycle pulse is generated for every edge of the incoming signal

Trait Implementations

impl From<EDSEL_A> for u8[src]

impl Debug for EDSEL_A[src]

impl PartialEq<EDSEL_A> for EDSEL_A[src]

impl Copy for EDSEL_A[src]

impl StructuralPartialEq for EDSEL_A[src]

impl Clone for EDSEL_A[src]

Auto Trait Implementations

impl Unpin for EDSEL_A

impl Send for EDSEL_A

impl Sync for EDSEL_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