QSPI_AutoPollingMemReady() is only used within STM32469I_EVAL.
 
Symbols
loading...
Files
loading...

QSPI_AutoPollingMemReady() function

This function read the SR of the memory and wait the EOP.

Syntax

static uint8_t QSPI_AutoPollingMemReady (QSPI_HandleTypeDef *hqspi,     uint32_t Timeout);
Implemented in stm32469i_eval_qspi.c:982

Arguments

hqspi

QSPI handle

Timeout

timeout value before returning an error

Call Tree