STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
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))