Enum nucleo_h7xx::pac::spi1::cfg2::SP_A[]

#[repr(u8)]pub enum SP_A {
    MOTOROLA,
    TI,
}

Serial Protocol

Value on reset: 0

Variants

MOTOROLA

0: Motorola SPI protocol

TI

1: TI SPI protocol

Trait Implementations

impl Clone for SP_A

impl Copy for SP_A

impl Debug for SP_A

impl PartialEq<SP_A> for SP_A

impl StructuralPartialEq for SP_A

Auto Trait Implementations

impl Send for SP_A

impl Sync for SP_A

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