[][src]Enum msp430fr2355::e_comp0::cpctl1::CPIES_A

pub enum CPIES_A {
    CPIES_0,
    CPIES_1,
}

Interrupt edge select for CEIIFG and CEIFG

Value on reset: 0

Variants

CPIES_0

0: Rising edge for CPIFG, falling edge for CPIIFG

CPIES_1

1: Falling edge for CPIFG, rising edge for CPIIFG

Trait Implementations

impl Clone for CPIES_A[src]

impl Copy for CPIES_A[src]

impl Debug for CPIES_A[src]

impl From<CPIES_A> for bool[src]

impl PartialEq<CPIES_A> for CPIES_A[src]

impl StructuralPartialEq for CPIES_A[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.