[][src]Enum k22f::dma::cr::EDBG_A

pub enum EDBG_A {
    _0,
    _1,
}

Enable Debug

Value on reset: 0

Variants

_0

0: When in debug mode, the DMA continues to operate.

_1

1: When in debug mode, the DMA stalls the start of a new channel. Executing channels are allowed to complete. Channel execution resumes when the system exits debug mode or the EDBG bit is cleared.

Trait Implementations

impl Clone for EDBG_A[src]

impl Copy for EDBG_A[src]

impl Debug for EDBG_A[src]

impl From<EDBG_A> for bool[src]

impl PartialEq<EDBG_A> for EDBG_A[src]

impl StructuralPartialEq for EDBG_A[src]

Auto Trait Implementations

impl Send for EDBG_A

impl Sync for EDBG_A

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