2 ******************************************************************************
\r
3 * @file stm32l4xx_hal_spi_ex.h
\r
4 * @author MCD Application Team
\r
5 * @brief Header file of SPI HAL Extended module.
\r
6 ******************************************************************************
\r
9 * <h2><center>© Copyright (c) 2017 STMicroelectronics.
\r
10 * All rights reserved.</center></h2>
\r
12 * This software component is licensed by ST under BSD 3-Clause license,
\r
13 * the "License"; You may not use this file except in compliance with the
\r
14 * License. You may obtain a copy of the License at:
\r
15 * opensource.org/licenses/BSD-3-Clause
\r
17 ******************************************************************************
\r
20 /* Define to prevent recursive inclusion -------------------------------------*/
\r
21 #ifndef STM32L4xx_HAL_SPI_EX_H
\r
22 #define STM32L4xx_HAL_SPI_EX_H
\r
28 /* Includes ------------------------------------------------------------------*/
\r
29 #include "stm32l4xx_hal_def.h"
\r
31 /** @addtogroup STM32L4xx_HAL_Driver
\r
35 /** @addtogroup SPIEx
\r
39 /* Exported types ------------------------------------------------------------*/
\r
40 /* Exported constants --------------------------------------------------------*/
\r
41 /* Exported macros -----------------------------------------------------------*/
\r
42 /* Exported functions --------------------------------------------------------*/
\r
43 /** @addtogroup SPIEx_Exported_Functions
\r
47 /* Initialization and de-initialization functions ****************************/
\r
48 /* IO operation functions *****************************************************/
\r
49 /** @addtogroup SPIEx_Exported_Functions_Group1
\r
52 HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo(SPI_HandleTypeDef *hspi);
\r
73 #endif /* STM32L4xx_HAL_SPI_EX_H */
\r
75 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
\r