QSPI control and State functions.
More...
QSPI control and State functions.
===============================================================================
##### Peripheral Control and State functions #####
===============================================================================
[..]
This subsection provides a set of functions allowing to :
(+) Check in run-time the state of the driver.
(+) Check the error code set during last operation.
(+) Abort any operation.
◆ HAL_QSPI_Abort()
◆ HAL_QSPI_Abort_IT()
Abort the current transmission (non-blocking function)
- Parameters
-
- Return values
-
Definition at line 2409 of file stm32f4xx_hal_qspi.c.
◆ HAL_QSPI_GetError()
◆ HAL_QSPI_GetFifoThreshold()
Get QSPI Fifo threshold.
- Parameters
-
- Return values
-
Fifo | threshold (value between 1 and 16) |
Definition at line 2515 of file stm32f4xx_hal_qspi.c.
◆ HAL_QSPI_GetState()
◆ HAL_QSPI_SetFifoThreshold()
HAL_StatusTypeDef HAL_QSPI_SetFifoThreshold |
( |
QSPI_HandleTypeDef * |
hqspi, |
|
|
uint32_t |
Threshold |
|
) |
| |
Set QSPI Fifo threshold.
- Parameters
-
hqspi | QSPI handle. |
Threshold | Threshold of the Fifo (value between 1 and 16). |
- Return values
-
Definition at line 2483 of file stm32f4xx_hal_qspi.c.
◆ HAL_QSPI_SetFlashID()
Set FlashID.
- Parameters
-
hqspi | QSPI handle. |
FlashID | Index of the flash memory to be accessed. This parameter can be a value of QSPI Flash Select. |
- Note
- The FlashID is ignored when dual flash mode is enabled.
- Return values
-
Definition at line 2527 of file stm32f4xx_hal_qspi.c.
◆ HAL_QSPI_SetTimeout()
Set QSPI timeout.
- Parameters
-
hqspi | QSPI handle. |
Timeout | Timeout for the QSPI memory access. |
- Return values
-
Definition at line 2473 of file stm32f4xx_hal_qspi.c.