STM32F10x Standard Peripherals Library  3.5.0
SDIO_Response_Type

Defines

#define SDIO_Response_No   ((uint32_t)0x00000000)
#define SDIO_Response_Short   ((uint32_t)0x00000040)
#define SDIO_Response_Long   ((uint32_t)0x000000C0)
#define IS_SDIO_RESPONSE(RESPONSE)

Define Documentation

#define IS_SDIO_RESPONSE (   RESPONSE)
Value:
(((RESPONSE) == SDIO_Response_No) || \
                                    ((RESPONSE) == SDIO_Response_Short) || \
                                    ((RESPONSE) == SDIO_Response_Long))

Definition at line 242 of file stm32f10x_sdio.h.

#define SDIO_Response_Long   ((uint32_t)0x000000C0)

Definition at line 241 of file stm32f10x_sdio.h.

#define SDIO_Response_No   ((uint32_t)0x00000000)

Definition at line 239 of file stm32f10x_sdio.h.

#define SDIO_Response_Short   ((uint32_t)0x00000040)

Definition at line 240 of file stm32f10x_sdio.h.