STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups

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))