STM32H735xx HAL User Manual
|
Extended SPI HAL module driver. This file provides firmware functions to manage the following SPI peripheral extended functionalities : + IO operation functions + Peripheral Control functions. More...
#include "stm32h7xx_hal.h"
Go to the source code of this file.
Functions | |
HAL_StatusTypeDef | HAL_SPIEx_FlushRxFifo (SPI_HandleTypeDef *hspi) |
Flush the RX fifo. | |
HAL_StatusTypeDef | HAL_SPIEx_EnableLockConfiguration (SPI_HandleTypeDef *hspi) |
Enable the Lock for the AF configuration of associated IOs and write protect the Content of Configuration register 2 when SPI is enabled. | |
HAL_StatusTypeDef | HAL_SPIEx_ConfigureUnderrun (SPI_HandleTypeDef *hspi, uint32_t UnderrunDetection, uint32_t UnderrunBehaviour) |
Configure the UNDERRUN condition and behavior of slave transmitter. |
Extended SPI HAL module driver. This file provides firmware functions to manage the following SPI peripheral extended functionalities : + IO operation functions + Peripheral Control functions.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32h7xx_hal_spi_ex.c.