]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_MPU_STM32L4_Discovery_GCC_IAR_Keil/ST_Code/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h
Rename STM32Cube to GCC for STM32L4 Discovery projects as GCC is
[freertos] / FreeRTOS / Demo / CORTEX_MPU_STM32L4_Discovery_GCC_IAR_Keil / ST_Code / Drivers / STM32L4xx_HAL_Driver / Inc / stm32l4xx_hal_spi_ex.h
1 /**\r
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
7   * @attention\r
8   *\r
9   * <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.\r
10   * All rights reserved.</center></h2>\r
11   *\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
16   *\r
17   ******************************************************************************\r
18   */\r
19 \r
20 /* Define to prevent recursive inclusion -------------------------------------*/\r
21 #ifndef STM32L4xx_HAL_SPI_EX_H\r
22 #define STM32L4xx_HAL_SPI_EX_H\r
23 \r
24 #ifdef __cplusplus\r
25 extern "C" {\r
26 #endif\r
27 \r
28 /* Includes ------------------------------------------------------------------*/\r
29 #include "stm32l4xx_hal_def.h"\r
30 \r
31 /** @addtogroup STM32L4xx_HAL_Driver\r
32   * @{\r
33   */\r
34 \r
35 /** @addtogroup SPIEx\r
36   * @{\r
37   */\r
38 \r
39 /* Exported types ------------------------------------------------------------*/\r
40 /* Exported constants --------------------------------------------------------*/\r
41 /* Exported macros -----------------------------------------------------------*/\r
42 /* Exported functions --------------------------------------------------------*/\r
43 /** @addtogroup SPIEx_Exported_Functions\r
44   * @{\r
45   */\r
46 \r
47 /* Initialization and de-initialization functions  ****************************/\r
48 /* IO operation functions *****************************************************/\r
49 /** @addtogroup SPIEx_Exported_Functions_Group1\r
50   * @{\r
51   */\r
52 HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo(SPI_HandleTypeDef *hspi);\r
53 /**\r
54   * @}\r
55   */\r
56 \r
57 /**\r
58   * @}\r
59   */\r
60 \r
61 /**\r
62   * @}\r
63   */\r
64 \r
65 /**\r
66   * @}\r
67   */\r
68 \r
69 #ifdef __cplusplus\r
70 }\r
71 #endif\r
72 \r
73 #endif /* STM32L4xx_HAL_SPI_EX_H */\r
74 \r
75 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/\r