[][src]Enum stm32f3::stm32f3x8::i2c1::isr::PECERR_A

pub enum PECERR_A {
    MATCH,
    NOMATCH,
}

PEC Error in reception

Value on reset: 0

Variants

MATCH

0: Received PEC does match with PEC register

NOMATCH

1: Received PEC does not match with PEC register

Trait Implementations

impl From<PECERR_A> for bool[src]

impl Debug for PECERR_A[src]

impl PartialEq<PECERR_A> for PECERR_A[src]

impl Copy for PECERR_A[src]

impl StructuralPartialEq for PECERR_A[src]

impl Clone for PECERR_A[src]

Auto Trait Implementations

impl Unpin for PECERR_A

impl Send for PECERR_A

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