MG32F157 Standard Peripherals Firmware Library
Macros

Macros

#define QSPI_DFlash_Disable   ((uint32_t)0x00000000)
 
#define QSPI_DFlash_Enable   ((uint32_t)QUADSPI_CR_DFM)
 
#define IS_QSPI_DFM(FLA)   (((FLA) == QSPI_DFlash_Enable) || ((FLA) == QSPI_DFlash_Disable))
 

Detailed Description