STM32F10x Standard Peripherals Library  3.5.0
SDIO_Hardware_Flow_Control

Defines

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

Define Documentation

#define IS_SDIO_HARDWARE_FLOW_CONTROL (   CONTROL)
Value:

Definition at line 175 of file stm32f10x_sdio.h.

#define SDIO_HardwareFlowControl_Disable   ((uint32_t)0x00000000)

Definition at line 173 of file stm32f10x_sdio.h.

#define SDIO_HardwareFlowControl_Enable   ((uint32_t)0x00004000)

Definition at line 174 of file stm32f10x_sdio.h.