![]() |
STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
| #define | SDIO_HardwareFlowControl_Disable ((uint32_t)0x00000000) |
| #define | SDIO_HardwareFlowControl_Enable ((uint32_t)0x00004000) |
| #define | IS_SDIO_HARDWARE_FLOW_CONTROL(CONTROL) |
| #define IS_SDIO_HARDWARE_FLOW_CONTROL | ( | CONTROL | ) |
(((CONTROL) == SDIO_HardwareFlowControl_Disable) || \ ((CONTROL) == SDIO_HardwareFlowControl_Enable))
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.