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

SPI_RxISR_16BIT() function

Manage the 16-bit receive in Interrupt context.

Syntax

static void SPI_RxISR_16BIT(struct __SPI_HandleTypeDef *hspi);
Implemented in stm32f4xx_hal_spi.c:3428

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:3428
static void SPI_RxISR_16BIT(struct __SPI_HandleTypeDef *hspi)
stm32f4xx_hal_spi.c:244
static void SPI_RxISR_16BIT(struct __SPI_HandleTypeDef *hspi);
stm32f4xx_hal_spi.c:1523HAL_SPI_Receive_IT()
hspi->RxISR = SPI_RxISR_16BIT;

Call Tree

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