HAL
SPI_2linesRxISR_16BIT() is only used within HAL.
 
Symbols
loading...
Files
loading...

SPI_2linesRxISR_16BIT() function

Rx 16-bit handler for Transmit and Receive in Interrupt mode.

Syntax

static void SPI_2linesRxISR_16BIT(struct __SPI_HandleTypeDef *hspi);
Implemented in stm32f4xx_hal_spi.c:3256

Arguments

hspi

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

Return value

None

References

LocationReferrerText
stm32f4xx_hal_spi.c:3256
static void SPI_2linesRxISR_16BIT(struct __SPI_HandleTypeDef *hspi)
stm32f4xx_hal_spi.c:248
static void SPI_2linesRxISR_16BIT(struct __SPI_HandleTypeDef *hspi);
stm32f4xx_hal_spi.c:1622HAL_SPI_TransmitReceive_IT()
hspi->RxISR = SPI_2linesRxISR_16BIT;

Call Tree

Functions called by SPI_2linesRxISR_16BIT()
SPI_2linesRxISR_16BIT()
all items filtered out
Implementations
SPI_2linesRxISR_16BIT()
all items filtered out