|  | STM32F10x Standard Peripherals Library
    3.5.0
    | 
| Defines | |
| #define | SDIO_BusWide_1b ((uint32_t)0x00000000) | 
| #define | SDIO_BusWide_4b ((uint32_t)0x00000800) | 
| #define | SDIO_BusWide_8b ((uint32_t)0x00001000) | 
| #define | IS_SDIO_BUS_WIDE(WIDE) | 
| #define IS_SDIO_BUS_WIDE | ( | WIDE | ) | 
(((WIDE) == SDIO_BusWide_1b) || ((WIDE) == SDIO_BusWide_4b) || \ ((WIDE) == SDIO_BusWide_8b))
Definition at line 162 of file stm32f10x_sdio.h.
| #define SDIO_BusWide_1b ((uint32_t)0x00000000) | 
Definition at line 159 of file stm32f10x_sdio.h.
| #define SDIO_BusWide_4b ((uint32_t)0x00000800) | 
Definition at line 160 of file stm32f10x_sdio.h.
| #define SDIO_BusWide_8b ((uint32_t)0x00001000) | 
Definition at line 161 of file stm32f10x_sdio.h.