uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SDIO_Power_State

Macros

#define SDIO_PowerState_OFF   ((uint32_t)0x00000000)
 
#define SDIO_PowerState_ON   ((uint32_t)0x00000003)
 
#define IS_SDIO_POWER_STATE(STATE)   (((STATE) == SDIO_PowerState_OFF) || ((STATE) == SDIO_PowerState_ON))
 

Detailed Description

Macro Definition Documentation

#define IS_SDIO_POWER_STATE (   STATE)    (((STATE) == SDIO_PowerState_OFF) || ((STATE) == SDIO_PowerState_ON))

Definition at line 187 of file stm32f10x_sdio.h.

#define SDIO_PowerState_OFF   ((uint32_t)0x00000000)

Definition at line 185 of file stm32f10x_sdio.h.

#define SDIO_PowerState_ON   ((uint32_t)0x00000003)

Definition at line 186 of file stm32f10x_sdio.h.