HAL
QSPI_IT_SM is only used within HAL.
 
Symbols
loading...
Files
loading...

QSPI_IT_SM macro

Interrupt on the status match flag

Syntax

#define QSPI_IT_SM QUADSPI_CR_SMIE

References

LocationText
stm32f4xx_hal_qspi.h:433
#define QSPI_IT_SM QUADSPI_CR_SMIE /*!<Interrupt on the status match flag*/
stm32f4xx_hal_qspi.c:681
else if(((flag & QSPI_FLAG_SM) != 0U) && ((itsource & QSPI_IT_SM) != 0U))
stm32f4xx_hal_qspi.c:690
stm32f4xx_hal_qspi.c:711
stm32f4xx_hal_qspi.c:1816
stm32f4xx_hal_qspi.c:2423