STM32F10x Standard Peripherals Library  3.5.0
SDIO_Clock_Edge

Defines

#define SDIO_ClockEdge_Rising   ((uint32_t)0x00000000)
#define SDIO_ClockEdge_Falling   ((uint32_t)0x00002000)
#define IS_SDIO_CLOCK_EDGE(EDGE)

Define Documentation

#define IS_SDIO_CLOCK_EDGE (   EDGE)
Value:
(((EDGE) == SDIO_ClockEdge_Rising) || \
                                  ((EDGE) == SDIO_ClockEdge_Falling))

Definition at line 125 of file stm32f10x_sdio.h.

#define SDIO_ClockEdge_Falling   ((uint32_t)0x00002000)

Definition at line 124 of file stm32f10x_sdio.h.

#define SDIO_ClockEdge_Rising   ((uint32_t)0x00000000)

Definition at line 123 of file stm32f10x_sdio.h.