![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Serial Peripheral Interface. More...
#include <stm32f745xx.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 |
Serial Peripheral Interface.
Definition at line 841 of file stm32f745xx.h.
__IO uint32_t CR1 |
SPI control register 1 (not used in I2S mode), Address offset: 0x00
Definition at line 843 of file stm32f745xx.h.
__IO uint32_t CR2 |
SPI control register 2, Address offset: 0x04
Definition at line 844 of file stm32f745xx.h.
__IO uint32_t CRCPR |
SPI CRC polynomial register (not used in I2S mode), Address offset: 0x10
Definition at line 847 of file stm32f745xx.h.
__IO uint32_t DR |
SPI data register, Address offset: 0x0C
Definition at line 846 of file stm32f745xx.h.
__IO uint32_t I2SCFGR |
SPI_I2S configuration register, Address offset: 0x1C
Definition at line 850 of file stm32f745xx.h.
__IO uint32_t I2SPR |
SPI_I2S prescaler register, Address offset: 0x20
Definition at line 851 of file stm32f745xx.h.
__IO uint32_t RXCRCR |
SPI RX CRC register (not used in I2S mode), Address offset: 0x14
Definition at line 848 of file stm32f745xx.h.
__IO uint32_t SR |
SPI status register, Address offset: 0x08
Definition at line 845 of file stm32f745xx.h.
__IO uint32_t TXCRCR |
SPI TX CRC register (not used in I2S mode), Address offset: 0x18
Definition at line 849 of file stm32f745xx.h.