__HAL_QSPI_GET_FLAG macro
Check whether the selected QSPI flag is set or not.
Arguments
__HANDLE__
specifies the QSPI Handle.
__FLAG__
specifies the QSPI flag to check. This parameter can be one of the following values: @arg QSPI_FLAG_BUSY: QSPI Busy flag @arg QSPI_FLAG_TO: QSPI Timeout flag @arg QSPI_FLAG_SM: QSPI Status match flag @arg QSPI_FLAG_FT: QSPI FIFO threshold flag @arg QSPI_FLAG_TC: QSPI Transfer complete flag @arg QSPI_FLAG_TE: QSPI Transfer error flag
Return value
None