|
STM32L4xx_HAL_Driver
1.14.0
|
Data transfers functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_SPIEx_FlushRxFifo (SPI_HandleTypeDef *hspi) |
| Flush the RX fifo. More... | |
Data transfers functions.
==============================================================================
##### IO operation functions #####
===============================================================================
[..]
This subsection provides a set of extended functions to manage the SPI
data transfers.
(#) Rx data flush function:
(++) HAL_SPIEx_FlushRxFifo() | HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo | ( | SPI_HandleTypeDef * | hspi | ) |
Flush the RX fifo.
| hspi | pointer to a SPI_HandleTypeDef structure that contains the configuration information for the specified SPI module. |
| HAL | status |
Definition at line 80 of file stm32l4xx_hal_spi_ex.c.