[][src]Enum rsl10_pac::i2c::i2c_status::DMA_REQ_A

pub enum DMA_REQ_A {
    I2C_NO_DMA_REQUEST,
    I2C_DMA_REQUEST,
}

Indicate if the I2C interface is currently requesting DMA data

Value on reset: 0

Variants

I2C_NO_DMA_REQUEST

0: The I2C interface is not requesting a DMA action

I2C_DMA_REQUEST

1: The I2C interface is requesting a DMA action

Trait Implementations

impl Clone for DMA_REQ_A[src]

impl Copy for DMA_REQ_A[src]

impl Debug for DMA_REQ_A[src]

impl From<DMA_REQ_A> for bool[src]

impl PartialEq<DMA_REQ_A> for DMA_REQ_A[src]

impl StructuralPartialEq for DMA_REQ_A[src]

Auto Trait Implementations

impl Send for DMA_REQ_A

impl Sync for DMA_REQ_A

impl Unpin for DMA_REQ_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.