HAL + 0/12 examples
CodeScope will show references to SDIO_CLOCK_EDGE_RISING from the following samples and libraries:
 
Symbols
loading...
Files
loading...

SDIO_CLOCK_EDGE_RISING macro

Syntax

#define SDIO_CLOCK_EDGE_RISING 0x00000000U

Examples

SDIO_CLOCK_EDGE_RISING is referenced by 12 libraries and example projects.

References

LocationText
stm32f4xx_ll_sdmmc.h:332
#define SDIO_CLOCK_EDGE_RISING 0x00000000U
stm32f4xx_hal_mmc.c:436
Init.ClockEdge = SDIO_CLOCK_EDGE_RISING;
stm32f4xx_hal_sd.c:410
Init.ClockEdge = SDIO_CLOCK_EDGE_RISING;
stm32f4xx_ll_sdmmc.h:335
#define IS_SDIO_CLOCK_EDGE(EDGE) (((EDGE) == SDIO_CLOCK_EDGE_RISING) || \