|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE uint16_t | LL_I2S_ReceiveData16 (SPI_TypeDef *SPIx) |
| Read 16-Bits in data register. | |
| __STATIC_INLINE void | LL_I2S_TransmitData16 (SPI_TypeDef *SPIx, uint16_t TxData) |
| Write 16-Bits in data register. | |
| __STATIC_INLINE uint16_t LL_I2S_ReceiveData16 | ( | SPI_TypeDef * | SPIx | ) |
Read 16-Bits in data register.
| SPIx | SPI Instance |
| RxData | Value between Min_Data=0x0000 and Max_Data=0xFFFF |
Definition at line 1970 of file stm32f4xx_ll_spi.h.
References LL_SPI_ReceiveData16().
| __STATIC_INLINE void LL_I2S_TransmitData16 | ( | SPI_TypeDef * | SPIx, |
| uint16_t | TxData | ||
| ) |
Write 16-Bits in data register.
| SPIx | SPI Instance |
| TxData | Value between Min_Data=0x0000 and Max_Data=0xFFFF |
| None |
Definition at line 1982 of file stm32f4xx_ll_spi.h.
References LL_SPI_TransmitData16().
1.7.6.1