HAL + 0/6 examples
CodeScope will show references to HAL_SPI_Transmit_IT() from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
SPI
STM32F412G-Discovery
Examples
SPI
STM32F412ZG-Nucleo
Examples
SPI
STM32F413ZH-Nucleo
Examples
SPI
STM32F4-Discovery
Examples
SPI
SPI_FullDuplex_AdvComIT
 
Symbols
loading...
Files
loading...

HAL_SPI_Transmit_IT() function

Transmit an amount of data in non-blocking mode with Interrupt.

Syntax

HAL_StatusTypeDef HAL_SPI_Transmit_IT(SPI_HandleTypeDef *hspi,     uint8_t *pData,     uint16_t Size);
Implemented in stm32f4xx_hal_spi.c:1393

Arguments

hspi

pointer to a SPI_HandleTypeDef structure that contains the configuration information for SPI module.

pData

pointer to data buffer

Size

amount of data to be sent

Return value

HAL status

Examples

HAL_SPI_Transmit_IT() is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_spi.c:1393
HAL_StatusTypeDef HAL_SPI_Transmit_IT(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size)
stm32f4xx_hal_spi.h:674
HAL_StatusTypeDef HAL_SPI_Transmit_IT(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size);