Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
IO operation functions
[SPIEx Exported Functions]
Data transfers functions. More...
Functions | |
HAL_StatusTypeDef | HAL_SPIEx_FlushRxFifo (SPI_HandleTypeDef *hspi) |
Flush the RX fifo. |
Detailed Description
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()
Function Documentation
HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo | ( | SPI_HandleTypeDef * | hspi ) |
Flush the RX fifo.
- Parameters:
-
hspi,: pointer to a SPI_HandleTypeDef structure that contains the configuration information for the specified SPI module.
- Return values:
-
HAL status
Definition at line 98 of file stm32l4xx_hal_spi_ex.c.
Generated on Tue Jul 12 2022 11:00:05 by
