STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | SDIO_DPSM_Disable ((uint32_t)0x00000000) |
#define | SDIO_DPSM_Enable ((uint32_t)0x00000001) |
#define | IS_SDIO_DPSM(DPSM) (((DPSM) == SDIO_DPSM_Enable) || ((DPSM) == SDIO_DPSM_Disable)) |
#define IS_SDIO_DPSM | ( | DPSM | ) | (((DPSM) == SDIO_DPSM_Enable) || ((DPSM) == SDIO_DPSM_Disable)) |
Definition at line 364 of file stm32f10x_sdio.h.
#define SDIO_DPSM_Disable ((uint32_t)0x00000000) |
Definition at line 362 of file stm32f10x_sdio.h.
#define SDIO_DPSM_Enable ((uint32_t)0x00000001) |
Definition at line 363 of file stm32f10x_sdio.h.