qspi_auto_polling_ready() is only used within Fx_NoR_Write_Read_File.
 
Symbols
loading...
Files
loading...

qspi_auto_polling_ready() function

Read the SR of the memory and wait the EOP.

Syntax

static uint8_t qspi_auto_polling_ready (QSPI_HandleTypeDef *quadspi_handle,     uint32_t timeout);
Implemented in lx_stm32_qspi_driver_glue.c:587

Arguments

quadspi_handle

QSPI handle pointer

timeout

timeout value before returning an error

References

LocationReferrerText
lx_stm32_qspi_driver_glue.c:587
static uint8_t qspi_auto_polling_ready(QSPI_HandleTypeDef *quadspi_handle, uint32_t timeout)
lx_stm32_qspi_driver_glue.c:40
static uint8_t qspi_auto_polling_ready (QSPI_HandleTypeDef *quadspi_handle, uint32_t timeout);
lx_stm32_qspi_driver_glue.c:310lx_stm32_qspi_write()
if (qspi_auto_polling_ready(&hqspi, HAL_QPSI_TIMEOUT_DEFAULT_VALUE) != 0)
lx_stm32_qspi_driver_glue.c:386lx_stm32_qspi_erase()
if (qspi_auto_polling_ready(&hqspi, eraseTimeout) != 0)
lx_stm32_qspi_driver_glue.c:464qspi_memory_reset()
if (qspi_auto_polling_ready(quadspi_handle, HAL_QPSI_TIMEOUT_DEFAULT_VALUE) != 0)

Call Tree

Functions calling qspi_auto_polling_ready()
Functions called by qspi_auto_polling_ready()
qspi_auto_polling_ready()
all items filtered out
Type of qspi_auto_polling_ready()
qspi_auto_polling_ready()
uint8_t
all items filtered out