MG32F157 Standard Peripherals Firmware Library
Macros
QSPI_ComConfig_AlternateBytesMode

Macros

#define QSPI_ComConfig_ABMode_NoAlternateByte   ((uint32_t)0x00000000)
 
#define QSPI_ComConfig_ABMode_1Line   ((uint32_t)QUADSPI_CCR_ABMODE_0)
 
#define QSPI_ComConfig_ABMode_2Line   ((uint32_t)QUADSPI_CCR_ABMODE_1)
 
#define QSPI_ComConfig_ABMode_4Line   ((uint32_t)QUADSPI_CCR_ABMODE)
 
#define IS_QSPI_ABMODE(ABMODE)
 

Detailed Description

Macro Definition Documentation

◆ IS_QSPI_ABMODE

#define IS_QSPI_ABMODE (   ABMODE)
Value:
(((ABMODE) == QSPI_ComConfig_ABMode_NoAlternateByte) || \
((ABMODE) == QSPI_ComConfig_ABMode_1Line) || \
((ABMODE) == QSPI_ComConfig_ABMode_2Line) || \
((ABMODE) == QSPI_ComConfig_ABMode_4Line))