RTEMS 6.1-rc7
Loading...
Searching...
No Matches
stm32h7xx_hal_spi_ex.h
Go to the documentation of this file.
1
19/* Define to prevent recursive inclusion -------------------------------------*/
20#ifndef STM32H7xx_HAL_SPI_EX_H
21#define STM32H7xx_HAL_SPI_EX_H
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Includes ------------------------------------------------------------------*/
28#include "stm32h7xx_hal_def.h"
29
38/* Exported types ------------------------------------------------------------*/
48/* Exported constants --------------------------------------------------------*/
58/* Exported macros -----------------------------------------------------------*/
68/* Exported functions --------------------------------------------------------*/
73/* Initialization and de-initialization functions ****************************/
74/* IO operation functions *****************************************************/
78HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo(const SPI_HandleTypeDef *hspi);
79HAL_StatusTypeDef HAL_SPIEx_EnableLockConfiguration(SPI_HandleTypeDef *hspi);
80HAL_StatusTypeDef HAL_SPIEx_ConfigureUnderrun(SPI_HandleTypeDef *hspi, uint32_t UnderrunDetection,
81 uint32_t UnderrunBehaviour);
98#ifdef __cplusplus
99}
100#endif
101
102#endif /* STM32H7xx_HAL_SPI_EX_H */
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.
Definition: stm32h7xx_hal_def.h:47
SPI handle Structure definition.
Definition: stm32h7xx_hal_spi.h:171