discoverpixy
Macros
Collaboration diagram for SDIO_Hardware_Flow_Control:

Macros

#define SDIO_HardwareFlowControl_Disable   ((uint32_t)0x00000000)
 
#define SDIO_HardwareFlowControl_Enable   ((uint32_t)0x00004000)
 
#define IS_SDIO_HARDWARE_FLOW_CONTROL(CONTROL)
 

Detailed Description

Macro Definition Documentation

#define IS_SDIO_HARDWARE_FLOW_CONTROL (   CONTROL)
Value:
(((CONTROL) == SDIO_HardwareFlowControl_Disable) || \
((CONTROL) == SDIO_HardwareFlowControl_Enable))