CARME-M4 BSP  V1.5
+ Collaboration diagram for SDIO_Clock_Edge:

Macros

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

Detailed Description

Macro Definition Documentation

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

Definition at line 128 of file stm32f4xx_sdio.h.