CARME-M4 BSP
V1.5
|
Macros | |
#define | SDIO_Wait_No ((uint32_t)0x00000000) |
#define | SDIO_Wait_IT ((uint32_t)0x00000100) |
#define | SDIO_Wait_Pend ((uint32_t)0x00000200) |
#define | IS_SDIO_WAIT(WAIT) |
#define IS_SDIO_WAIT | ( | WAIT | ) |
Definition at line 259 of file stm32f4xx_sdio.h.
#define SDIO_Wait_IT ((uint32_t)0x00000100) |
SDIO Wait Interrupt Request
Definition at line 257 of file stm32f4xx_sdio.h.
#define SDIO_Wait_No ((uint32_t)0x00000000) |
SDIO No Wait, TimeOut is enabled
Definition at line 256 of file stm32f4xx_sdio.h.
#define SDIO_Wait_Pend ((uint32_t)0x00000200) |
SDIO Wait End of transfer
Definition at line 258 of file stm32f4xx_sdio.h.