Enum msp432p401r::dma::dma_errclr::ERRCLR_A[][src]

pub enum ERRCLR_A {
    ERRCLR_0_READ,
    ERRCLR_1_READ,
}

Returns the status of dma_err, or sets the signal LOW. For test purposes, use the ERRSET register to set dma_err HIGH. Note: If you deassert dma_err at the same time as an ERROR occurs on the AHB-Lite bus, then the ERROR condition takes precedence and dma_err remains asserted.

Value on reset: 0

Variants

ERRCLR_0_READ

0: dma_err is LOW

ERRCLR_1_READ

1: dma_err is HIGH.

Trait Implementations

impl Clone for ERRCLR_A[src]

impl Copy for ERRCLR_A[src]

impl Debug for ERRCLR_A[src]

impl PartialEq<ERRCLR_A> for ERRCLR_A[src]

impl StructuralPartialEq for ERRCLR_A[src]

Auto Trait Implementations

impl Send for ERRCLR_A

impl Sync for ERRCLR_A

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