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

HAL_SPI_RxCpltCallback() function

Rx Transfer completed callback.

Syntax

void HAL_SPI_RxCpltCallback(SPI_HandleTypeDef *hspi);
Implemented in stm32f4xx_hal_spi.c:2538

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:2538
__weak void HAL_SPI_RxCpltCallback(SPI_HandleTypeDef *hspi)
stm32f4xx_hal_spi.h:691
void HAL_SPI_RxCpltCallback(SPI_HandleTypeDef *hspi);
stm32f4xx_hal_spi.c:2844SPI_DMAReceiveCplt()
HAL_SPI_RxCpltCallback(hspi);
stm32f4xx_hal_spi.c:3740SPI_CloseRxTx_ISR()
HAL_SPI_RxCpltCallback(hspi);
stm32f4xx_hal_spi.c:3815SPI_CloseRx_ISR()
HAL_SPI_RxCpltCallback(hspi);

Call Tree

Functions calling HAL_SPI_RxCpltCallback()
HAL_SPI_RxCpltCallback()
Data read by HAL_SPI_RxCpltCallback()
all items filtered out
HAL_SPI_RxCpltCallback()