Struct stm32ral::stm32mp::peripherals::spi::ResetValues[][src]

pub struct ResetValues {
Show 18 fields pub SPI2S_CR1: u32, pub SPI_CR2: u32, pub SPI_CFG1: u32, pub SPI_CFG2: u32, pub SPI2S_IER: u32, pub SPI2S_SR: u32, pub SPI2S_IFCR: u32, pub SPI2S_TXDR: u32, pub SPI2S_RXDR: u32, pub SPI_CRCPOLY: u32, pub SPI_TXCRC: u32, pub SPI_RXCRC: u32, pub SPI_UDRDR: u32, pub SPI_I2SCFGR: u32, pub SPI_I2S_HWCFGR: u32, pub SPI_VERR: u32, pub SPI_IPIDR: u32, pub SPI_SIDR: u32,
}

Fields

SPI2S_CR1: u32SPI_CR2: u32SPI_CFG1: u32SPI_CFG2: u32SPI2S_IER: u32SPI2S_SR: u32SPI2S_IFCR: u32SPI2S_TXDR: u32SPI2S_RXDR: u32SPI_CRCPOLY: u32SPI_TXCRC: u32SPI_RXCRC: u32SPI_UDRDR: u32SPI_I2SCFGR: u32SPI_I2S_HWCFGR: u32SPI_VERR: u32SPI_IPIDR: u32SPI_SIDR: u32

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

Performs the conversion.

Performs the conversion.

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.