STM32F10x Standard Peripherals Library  3.5.0
SDIO_CPSM_State

Defines

#define SDIO_CPSM_Disable   ((uint32_t)0x00000000)
#define SDIO_CPSM_Enable   ((uint32_t)0x00000400)
#define IS_SDIO_CPSM(CPSM)   (((CPSM) == SDIO_CPSM_Enable) || ((CPSM) == SDIO_CPSM_Disable))

Define Documentation

#define IS_SDIO_CPSM (   CPSM)    (((CPSM) == SDIO_CPSM_Enable) || ((CPSM) == SDIO_CPSM_Disable))

Definition at line 268 of file stm32f10x_sdio.h.

#define SDIO_CPSM_Disable   ((uint32_t)0x00000000)

Definition at line 266 of file stm32f10x_sdio.h.

#define SDIO_CPSM_Enable   ((uint32_t)0x00000400)

Definition at line 267 of file stm32f10x_sdio.h.