[][src]Enum mkl25z4::spi0::c2::SPISWAI_A

pub enum SPISWAI_A {
    _0,
    _1,
}

SPI stop in wait mode

Value on reset: 0

Variants

_0

0: SPI clocks continue to operate in wait mode

_1

1: SPI clocks stop when the MCU enters wait mode

Trait Implementations

impl Clone for SPISWAI_A[src]

impl Copy for SPISWAI_A[src]

impl Debug for SPISWAI_A[src]

impl From<SPISWAI_A> for bool[src]

impl PartialEq<SPISWAI_A> for SPISWAI_A[src]

impl StructuralPartialEq for SPISWAI_A[src]

Auto Trait Implementations

impl Send for SPISWAI_A

impl Sync for SPISWAI_A

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