Enum nucleo_h7xx::pac::i2c1::isr::TCR_A[]

pub enum TCR_A {
    NOTCOMPLETE,
    COMPLETE,
}

Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set.

Value on reset: 0

Variants

NOTCOMPLETE

0: Transfer is not complete

COMPLETE

1: NBYTES has been transfered

Trait Implementations

impl Clone for TCR_A

impl Copy for TCR_A

impl Debug for TCR_A

impl PartialEq<TCR_A> for TCR_A

impl StructuralPartialEq for TCR_A

Auto Trait Implementations

impl Send for TCR_A

impl Sync for TCR_A

impl Unpin for TCR_A

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> Same<T> for T

type Output = T

Should always be Self

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.