|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for DATA Management:Functions | |
| __STATIC_INLINE uint8_t | LL_SPI_ReceiveData8 (SPI_TypeDef *SPIx) |
| Read 8-Bits in the data register @rmtoll DR DR LL_SPI_ReceiveData8. More... | |
| __STATIC_INLINE uint16_t | LL_SPI_ReceiveData16 (SPI_TypeDef *SPIx) |
| Read 16-Bits in the data register @rmtoll DR DR LL_SPI_ReceiveData16. More... | |
| __STATIC_INLINE void | LL_SPI_TransmitData8 (SPI_TypeDef *SPIx, uint8_t TxData) |
| Write 8-Bits in the data register @rmtoll DR DR LL_SPI_TransmitData8. More... | |
| __STATIC_INLINE void | LL_SPI_TransmitData16 (SPI_TypeDef *SPIx, uint16_t TxData) |
| Write 16-Bits in the data register @rmtoll DR DR LL_SPI_TransmitData16. More... | |
| __STATIC_INLINE uint16_t LL_SPI_ReceiveData16 | ( | SPI_TypeDef * | SPIx | ) |
Read 16-Bits in the data register @rmtoll DR DR LL_SPI_ReceiveData16.
| SPIx | SPI Instance |
| RxData | Value between Min_Data=0x00 and Max_Data=0xFFFF |
Definition at line 1086 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint8_t LL_SPI_ReceiveData8 | ( | SPI_TypeDef * | SPIx | ) |
Read 8-Bits in the data register @rmtoll DR DR LL_SPI_ReceiveData8.
| SPIx | SPI Instance |
| RxData | Value between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 1075 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_TransmitData16 | ( | SPI_TypeDef * | SPIx, |
| uint16_t | TxData | ||
| ) |
Write 16-Bits in the data register @rmtoll DR DR LL_SPI_TransmitData16.
| SPIx | SPI Instance |
| TxData | Value between Min_Data=0x00 and Max_Data=0xFFFF |
| None |
Definition at line 1115 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_TransmitData8 | ( | SPI_TypeDef * | SPIx, |
| uint8_t | TxData | ||
| ) |
Write 8-Bits in the data register @rmtoll DR DR LL_SPI_TransmitData8.
| SPIx | SPI Instance |
| TxData | Value between Min_Data=0x00 and Max_Data=0xFF |
| None |
Definition at line 1098 of file stm32f4xx_ll_spi.h.