Struct rp2040_pac2::xip_ssi::vals::SpiCtrlr0TransType[][src]

#[repr(transparent)]pub struct SpiCtrlr0TransType(pub u8);

Implementations

impl SpiCtrlr0TransType[src]

pub const _1C1A: Self[src]

Command and address both in standard SPI frame format

pub const _1C2A: Self[src]

Command in standard SPI format, address in format specified by FRF

pub const _2C2A: Self[src]

Command and address both in format specified by FRF (e.g. Dual-SPI)

Trait Implementations

impl Clone for SpiCtrlr0TransType[src]

impl Copy for SpiCtrlr0TransType[src]

Auto Trait Implementations

impl Send for SpiCtrlr0TransType

impl Sync for SpiCtrlr0TransType

impl Unpin for SpiCtrlr0TransType

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.