STM32L4xx_HAL_Driver  1.14.0
stm32l4xx_hal_spi_ex.h
Go to the documentation of this file.
1 
20 /* Define to prevent recursive inclusion -------------------------------------*/
21 #ifndef STM32L4xx_HAL_SPI_EX_H
22 #define STM32L4xx_HAL_SPI_EX_H
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 /* Includes ------------------------------------------------------------------*/
29 #include "stm32l4xx_hal_def.h"
30 
39 /* Exported types ------------------------------------------------------------*/
40 /* Exported constants --------------------------------------------------------*/
41 /* Exported macros -----------------------------------------------------------*/
42 /* Exported functions --------------------------------------------------------*/
47 /* Initialization and de-initialization functions ****************************/
48 /* IO operation functions *****************************************************/
52 HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo(SPI_HandleTypeDef *hspi);
69 #ifdef __cplusplus
70 }
71 #endif
72 
73 #endif /* STM32L4xx_HAL_SPI_EX_H */
74 
75 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo(SPI_HandleTypeDef *hspi)
Flush the RX fifo.
This file contains HAL common defines, enumeration, macros and structures definitions.
SPI handle Structure definition.