HAL
HAL_QSPI_SetFifoThreshold() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_QSPI_SetFifoThreshold()

HAL_QSPI_SetFifoThreshold() function

Set QSPI Fifo threshold.

Syntax

HAL_StatusTypeDef HAL_QSPI_SetFifoThreshold(QSPI_HandleTypeDef *hqspi,     uint32_t Threshold);
Implemented in stm32f4xx_hal_qspi.c:2483

Arguments

hqspi

QSPI handle.

Threshold

Threshold of the Fifo (value between 1 and 16).

Return value

HAL status

References

Data Use

Type of HAL_QSPI_SetFifoThreshold()
HAL_QSPI_SetFifoThreshold()