MG32F157 Standard Peripherals Firmware Library
Macros
QSPI_ComConfig_DelayHalfHclkCycle

Macros

#define QSPI_ComConfig_DHHC_Disable   ((uint32_t)0x00000000)
 
#define QSPI_ComConfig_DHHC_Enable   ((uint32_t)QUADSPI_CCR_DHHC)
 
#define IS_QSPI_DHHC(DHHC)
 

Detailed Description

Macro Definition Documentation

◆ IS_QSPI_DHHC

#define IS_QSPI_DHHC (   DHHC)
Value:
(((DHHC) == QSPI_ComConfig_DHHC_Disable) || \
((DHHC) == QSPI_ComConfig_DHHC_Enable))