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

pub enum ERRCLR_AW {
    ERRCLR_0_WRITE,
    ERRCLR_1_WRITE,
}

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_WRITE

0: No effect, status of dma_err is unchanged.

ERRCLR_1_WRITE

1: Sets dma_err LOW.

Trait Implementations

impl Clone for ERRCLR_AW[src]

impl Copy for ERRCLR_AW[src]

impl Debug for ERRCLR_AW[src]

impl PartialEq<ERRCLR_AW> for ERRCLR_AW[src]

impl StructuralPartialEq for ERRCLR_AW[src]

Auto Trait Implementations

impl Send for ERRCLR_AW

impl Sync for ERRCLR_AW

impl Unpin for ERRCLR_AW

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.