EU1KY AA FW
SPI_TypeDef Struct Reference

Serial Peripheral Interface. More...

#include <stm32f746xx.h>

Data Fields

__IO uint32_t CR1
 
__IO uint32_t CR2
 
__IO uint32_t SR
 
__IO uint32_t DR
 
__IO uint32_t CRCPR
 
__IO uint32_t RXCRCR
 
__IO uint32_t TXCRCR
 
__IO uint32_t I2SCFGR
 
__IO uint32_t I2SPR
 

Detailed Description

Serial Peripheral Interface.

Field Documentation

__IO uint32_t SPI_TypeDef::CR1

SPI control register 1 (not used in I2S mode), Address offset: 0x00

__IO uint32_t SPI_TypeDef::CR2

SPI control register 2, Address offset: 0x04

__IO uint32_t SPI_TypeDef::CRCPR

SPI CRC polynomial register (not used in I2S mode), Address offset: 0x10

__IO uint32_t SPI_TypeDef::DR

SPI data register, Address offset: 0x0C

__IO uint32_t SPI_TypeDef::I2SCFGR

SPI_I2S configuration register, Address offset: 0x1C

__IO uint32_t SPI_TypeDef::I2SPR

SPI_I2S prescaler register, Address offset: 0x20

__IO uint32_t SPI_TypeDef::RXCRCR

SPI RX CRC register (not used in I2S mode), Address offset: 0x14

__IO uint32_t SPI_TypeDef::SR

SPI status register, Address offset: 0x08

__IO uint32_t SPI_TypeDef::TXCRCR

SPI TX CRC register (not used in I2S mode), Address offset: 0x18


The documentation for this struct was generated from the following file: