STM32F10x Standard Peripherals Library  3.5.0
SDIO_Clock_Bypass

Defines

#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)
#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)
#define IS_SDIO_CLOCK_BYPASS(BYPASS)

Define Documentation

#define IS_SDIO_CLOCK_BYPASS (   BYPASS)
Value:
(((BYPASS) == SDIO_ClockBypass_Disable) || \
                                     ((BYPASS) == SDIO_ClockBypass_Enable))

Definition at line 137 of file stm32f10x_sdio.h.

#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)

Definition at line 135 of file stm32f10x_sdio.h.

#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)

Definition at line 136 of file stm32f10x_sdio.h.