![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
STM32 HAL QSPI callbacks implemented by this driver. More...

Functions | |
| void | HAL_QSPI_CmdCpltCallback (QSPI_HandleTypeDef *hqspi) |
| void | HAL_QSPI_RxCpltCallback (QSPI_HandleTypeDef *hqspi) |
| void | HAL_QSPI_TxCpltCallback (QSPI_HandleTypeDef *hqspi) |
| void | HAL_QSPI_ErrorCallback (QSPI_HandleTypeDef *hqspi) |
STM32 HAL QSPI callbacks implemented by this driver.
.c file and should not be redefined by the user. | void HAL_QSPI_CmdCpltCallback | ( | QSPI_HandleTypeDef * | hqspi | ) |
Definition at line 1253 of file z_qflash_W25QXXX.c.
References FLASH_QSPI_PORT, and QSpiAvailable.
| void HAL_QSPI_ErrorCallback | ( | QSPI_HandleTypeDef * | hqspi | ) |
Definition at line 1281 of file z_qflash_W25QXXX.c.
References FLASH_QSPI_PORT, QSpiAvailable, and QSpiReadDataAvailable.
| void HAL_QSPI_RxCpltCallback | ( | QSPI_HandleTypeDef * | hqspi | ) |
Definition at line 1260 of file z_qflash_W25QXXX.c.
References FLASH_QSPI_PORT, QSpiAvailable, and QSpiReadDataAvailable.
| void HAL_QSPI_TxCpltCallback | ( | QSPI_HandleTypeDef * | hqspi | ) |
Definition at line 1268 of file z_qflash_W25QXXX.c.
References FLASH_QSPI_PORT, and QSpiAvailable.