#[repr(C)]
pub struct RegisterBlock { pub spi_cr: Reg<SPI_CR_SPEC>, pub spi_mr: Reg<SPI_MR_SPEC>, pub spi_rdr: Reg<SPI_RDR_SPEC>, pub spi_tdr: Reg<SPI_TDR_SPEC>, pub spi_sr: Reg<SPI_SR_SPEC>, pub spi_ier: Reg<SPI_IER_SPEC>, pub spi_idr: Reg<SPI_IDR_SPEC>, pub spi_imr: Reg<SPI_IMR_SPEC>, pub spi_csr: [Reg<SPI_CSR_SPEC>; 4], pub spi_wpmr: Reg<SPI_WPMR_SPEC>, pub spi_wpsr: Reg<SPI_WPSR_SPEC>, pub spi_version: Reg<SPI_VERSION_SPEC>, /* private fields */ }
Expand description

Register block

Fields

spi_cr: Reg<SPI_CR_SPEC>

0x00 - Control Register

spi_mr: Reg<SPI_MR_SPEC>

0x04 - Mode Register

spi_rdr: Reg<SPI_RDR_SPEC>

0x08 - Receive Data Register

spi_tdr: Reg<SPI_TDR_SPEC>

0x0c - Transmit Data Register

spi_sr: Reg<SPI_SR_SPEC>

0x10 - Status Register

spi_ier: Reg<SPI_IER_SPEC>

0x14 - Interrupt Enable Register

spi_idr: Reg<SPI_IDR_SPEC>

0x18 - Interrupt Disable Register

spi_imr: Reg<SPI_IMR_SPEC>

0x1c - Interrupt Mask Register

spi_csr: [Reg<SPI_CSR_SPEC>; 4]

0x30..0x40 - Chip Select Register (CS_number = 0) 0

spi_wpmr: Reg<SPI_WPMR_SPEC>

0xe4 - Write Protection Mode Register

spi_wpsr: Reg<SPI_WPSR_SPEC>

0xe8 - Write Protection Status Register

spi_version: Reg<SPI_VERSION_SPEC>

0xfc - Version Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.