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

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

Implementations

impl Ctrlr0Tmod[src]

pub const TX_AND_RX: Self[src]

Both transmit and receive

pub const TX_ONLY: Self[src]

Transmit only (not for FRF == 0, standard SPI mode)

pub const RX_ONLY: Self[src]

Receive only (not for FRF == 0, standard SPI mode)

pub const EEPROM_READ: Self[src]

EEPROM read mode (TX then RX; RX starts after control data TX’d)

Trait Implementations

impl Clone for Ctrlr0Tmod[src]

impl Copy for Ctrlr0Tmod[src]

Auto Trait Implementations

impl Send for Ctrlr0Tmod

impl Sync for Ctrlr0Tmod

impl Unpin for Ctrlr0Tmod

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.