HAL + 0/4 examples
CodeScope will show references to HAL_QSPI_Transmit_IT() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
QSPI
STM32469I_EVAL
Examples
QSPI
STM32F412G-Discovery
Examples
QSPI
STM32F413H-Discovery
Examples
QSPI
 
Symbols
loading...
Files
loading...

HAL_QSPI_Transmit_IT() function

Send an amount of data in non-blocking mode with interrupt.

Syntax

HAL_StatusTypeDef HAL_QSPI_Transmit_IT (QSPI_HandleTypeDef *hqspi,     uint8_t *pData);
Implemented in stm32f4xx_hal_qspi.c:1141

Arguments

hqspi

QSPI handle

pData

pointer to data buffer

Return value

HAL status

Notes

This function is used only in Indirect Write Mode

Examples

HAL_QSPI_Transmit_IT() is referenced by 4 libraries and example projects.