Enum atsame70n20b_pac::spi0::mr::PCS_A[][src]

#[repr(u8)]pub enum PCS_A {
    NPCS0,
    NPCS1,
    NPCS2,
    NPCS3,
}

Peripheral Chip Select

Value on reset: 0

Variants

NPCS0

14: NPCS0 as Chip Select

NPCS1

13: NPCS1 as Chip Select

NPCS2

11: NPCS2 as Chip Select

NPCS3

7: NPCS3 as Chip Select

Trait Implementations

impl Clone for PCS_A[src]

impl Copy for PCS_A[src]

impl Debug for PCS_A[src]

impl PartialEq<PCS_A> for PCS_A[src]

impl StructuralPartialEq for PCS_A[src]

Auto Trait Implementations

impl Send for PCS_A

impl Sync for PCS_A

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