HAL_SPI_TxCpltCallback
void HAL_SPI_TxCpltCallback (SPI_HandleTypeDef * hspi)
Tx Transfer completed callback.
hspi: pointer to a SPI_HandleTypeDef structure that contains
the configuration information for SPI module.
HAL_SPI_RxCpltCallback
void HAL_SPI_RxCpltCallback (SPI_HandleTypeDef * hspi)
Rx Transfer completed callback.
hspi: pointer to a SPI_HandleTypeDef structure that contains
the configuration information for SPI module.
HAL_SPI_TxRxCpltCallback
void HAL_SPI_TxRxCpltCallback (SPI_HandleTypeDef * hspi)
Tx and Rx Transfer completed callback.
hspi: pointer to a SPI_HandleTypeDef structure that contains
the configuration information for SPI module.
HAL_SPI_TxHalfCpltCallback
void HAL_SPI_TxHalfCpltCallback (SPI_HandleTypeDef * hspi)
Tx Half Transfer completed callback.
hspi: pointer to a SPI_HandleTypeDef structure that contains
the configuration information for SPI module.
HAL_SPI_RxHalfCpltCallback
void HAL_SPI_RxHalfCpltCallback (SPI_HandleTypeDef *
hspi)
Rx Half Transfer completed callback.
hspi: pointer to a SPI_HandleTypeDef structure that contains
the configuration information for SPI module.