[][src]Struct rsl10_pac::spi0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub spi0_ctrl0: SPI0_CTRL0,
    pub spi0_ctrl1: SPI0_CTRL1,
    pub spi0_tx_data: SPI0_TX_DATA,
    pub spi0_rx_data: SPI0_RX_DATA,
    pub spi0_status: SPI0_STATUS,
}

Register block

Fields

spi0_ctrl0: SPI0_CTRL0

0x00 - SPI0 Control and Configuration Register

spi0_ctrl1: SPI0_CTRL1

0x04 - SPI0 Transaction Control Register

spi0_tx_data: SPI0_TX_DATA

0x08 - SPI0 Transmit Data

spi0_rx_data: SPI0_RX_DATA

0x0c - SPI0 Received Data

spi0_status: SPI0_STATUS

0x10 - SPI0 Status

Auto Trait Implementations

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.